1
0
Fork 0

add liveness probes

This commit is contained in:
sido 2018-09-10 15:21:10 +02:00
parent 5eea95cfbc
commit 4de20d9bd6
1 changed files with 8 additions and 8 deletions

View File

@ -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 }}