Skip to content

Commit

Permalink
add Ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
hknots committed Mar 13, 2024
1 parent adf0c58 commit 5c43c90
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions kustomize/base/flais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ spec:
url:
hostname: kunde-beta.felleskomponent.no
basePath: /zendesk
ingress:
enabled: true
basePath: /zendesk
envFrom:
- secretRef:
name: fint-portal-user
Expand All @@ -41,9 +44,4 @@ spec:
cpu: "1"
requests:
memory: "512Mi"
cpu: "250m"
restartPolicy: Always
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate: { maxSurge: 1, maxUnavailable: 0 }
cpu: "250m"

0 comments on commit 5c43c90

Please sign in to comment.