Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 8f8b6c6

Browse files
rguthriemsftdcaro
authored andcommitted
Update deployment.yaml (#69)
1 parent d292af8 commit 8f8b6c6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

apis/user-java/helm/templates/deployment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,18 @@ spec:
2222
# httpGet:
2323
# path: /api/healthcheck/user-java
2424
# port: {{ .Values.image.containerPort }}
25+
# httpHeaders:
26+
# - name: Accept
27+
# value: application/json
2528
# initialDelaySeconds: 10
2629
# periodSeconds: 30
2730
# readinessProbe:
2831
# httpGet:
2932
# path: /api/healthcheck/user-java
3033
# port: {{ .Values.image.containerPort }}
34+
# httpHeaders:
35+
# - name: Accept
36+
# value: application/json
3137
# initialDelaySeconds: 5
3238
# periodSeconds: 5
3339
ports:

0 commit comments

Comments
 (0)