Skip to content

Commit

Permalink
fix(auth): add probes enabling gke lb healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
viv-4 committed Oct 27, 2022
1 parent dc4b698 commit 0ee4ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ansible/inventories/gke/host_vars/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ placeos:
# staff is the overide configuration for the embedded staff subchart
staff:
ingress:
enabled: true
enabled: false
annotations:
kubernetes.io/ingress.class: nginx
ingress.kubernetes.io/ssl-redirect: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,14 @@ spec:
- name: http
containerPort: 8080
protocol: TCP
{{/*
livenessProbe:
httpGet:
path: /auth/authority?health=true
port: http
readinessProbe:
httpGet:
path: /auth/authority?health=true
port: http
*/}}
port: http
resources:
{{- toYaml .Values.deployment.resources | nindent 12 }}
volumeMounts:
Expand Down

0 comments on commit 0ee4ebc

Please sign in to comment.