Skip to content

Commit

Permalink
chore: aligns manifests with odh-manifest repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed Oct 3, 2023
1 parent 03963f2 commit 2fcfea0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 28 deletions.
10 changes: 1 addition & 9 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,5 @@ resources:
- service.yaml
images:
- name: controller
newName: quay.io/bmajsak/odh-project-controller
newName: quay.io/maistra-dev/odh-project-controller
newTag: latest

configMapGenerator:
- name: service-mesh-refs
literals:
- CONTROL_PLANE_NAME=basic
- MESH_NAMESPACE=istio-system
generatorOptions:
disableNameSuffixHash: true
38 changes: 19 additions & 19 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,6 @@ spec:
- name: health
containerPort: 8081
protocol: TCP
livenessProbe:
httpGet:
path: /healthz
port: health
initialDelaySeconds: 15
periodSeconds: 20
readinessProbe:
httpGet:
path: /readyz
port: health
initialDelaySeconds: 5
periodSeconds: 10
resources:
limits:
cpu: 500m
memory: 4Gi
requests:
cpu: 500m
memory: 256Mi
env:
- name: CONTROL_PLANE_NAME
valueFrom:
Expand All @@ -74,3 +55,22 @@ spec:
name: auth-refs
key: AUTH_AUDIENCE
optional: true
livenessProbe:
httpGet:
path: /healthz
port: health
initialDelaySeconds: 15
periodSeconds: 20
readinessProbe:
httpGet:
path: /readyz
port: health
initialDelaySeconds: 5
periodSeconds: 10
resources:
limits:
cpu: 500m
memory: 4Gi
requests:
cpu: 500m
memory: 256Mi

0 comments on commit 2fcfea0

Please sign in to comment.