Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Remove liveness and startup probes (azimuth-cloud#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor committed Jun 30, 2024
1 parent 7e20343 commit 5427a6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions charts/operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ spec:
- name: KUBECONFIG
value: /etc/kube/config
{{- end }}
livenessProbe:
{{- toYaml .Values.livenessProbe | nindent 12 }}
startupProbe:
{{- toYaml .Values.startupProbe | nindent 12 }}
volumeMounts:
- name: etc-zenith
mountPath: /etc/zenith
Expand Down
16 changes: 0 additions & 16 deletions charts/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,6 @@ image:

imagePullSecrets: []

# Liveness probe for the operator
livenessProbe:
httpGet:
path: /healthz
port: 8000
periodSeconds: 10
failureThreshold: 1

# Liveness probe for the operator
startupProbe:
httpGet:
path: /healthz
port: 8000
periodSeconds: 10
failureThreshold: 3

# Pod-level security context
podSecurityContext:
runAsNonRoot: true
Expand Down

0 comments on commit 5427a6f

Please sign in to comment.