mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-09 14:21:56 -04:00
Added new endpoints
This commit is contained in:
parent
32b6623c2b
commit
dfbeee6754
1 changed files with 8 additions and 5 deletions
|
@ -45,14 +45,17 @@ spec:
|
|||
- name: http
|
||||
containerPort: 8080
|
||||
protocol: TCP
|
||||
startupProbe:
|
||||
httpGet:
|
||||
port: http
|
||||
path: /readyz
|
||||
failureThreshold: 30 # 30 seconds seem to be enough under heavy workloads
|
||||
periodSeconds: 1
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: http
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /livez
|
||||
port: http
|
||||
periodSeconds: 20
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
{{- with .Values.nodeSelector }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue