Skip to content

Commit

Permalink
Added new endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmicro committed Mar 15, 2023
1 parent 32b6623 commit dfbeee6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions charts/py-kms/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,17 @@ spec:
- name: http
containerPort: 8080
protocol: TCP
livenessProbe:
startupProbe:
httpGet:
path: /
port: http
readinessProbe:
path: /readyz
failureThreshold: 30 # 30 seconds seem to be enough under heavy workloads
periodSeconds: 1
livenessProbe:
httpGet:
path: /
path: /livez
port: http
periodSeconds: 20
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down

0 comments on commit dfbeee6

Please sign in to comment.