add liveness probes
This commit is contained in:
parent
5eea95cfbc
commit
4de20d9bd6
|
@ -49,14 +49,14 @@ spec:
|
||||||
value: {{ .javaOpts }}
|
value: {{ .javaOpts }}
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
# livenessProbe:
|
livenessProbe:
|
||||||
# httpGet:
|
httpGet:
|
||||||
# path: /
|
path: /
|
||||||
# port: 8080
|
port: 8080
|
||||||
# readinessProbe:
|
readinessProbe:
|
||||||
# httpGet:
|
httpGet:
|
||||||
# path: /api/v2/version
|
path: /api/v2/version
|
||||||
# port: 8080
|
port: 8080
|
||||||
resources:
|
resources:
|
||||||
{{ toYaml .resources | indent 12 }}
|
{{ toYaml .resources | indent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in New Issue