mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-12 22:26:17 -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
|
- name: http
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
startupProbe:
|
||||||
|
httpGet:
|
||||||
|
port: http
|
||||||
|
path: /readyz
|
||||||
|
failureThreshold: 30 # 30 seconds seem to be enough under heavy workloads
|
||||||
|
periodSeconds: 1
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /livez
|
||||||
port: http
|
|
||||||
readinessProbe:
|
|
||||||
httpGet:
|
|
||||||
path: /
|
|
||||||
port: http
|
port: http
|
||||||
|
periodSeconds: 20
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue