Skip to content

Commit

Permalink
- Fix k8 value tag (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
haideriqbal authored Jul 23, 2024
1 parent 29ded3d commit fe32062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8chart/ols4/templates/ols4-backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
scheme: HTTP
httpHeaders:
- name: Host
value: { { .Release.Name } }-backend
value: {{ .Release.Name }}-backend
initialDelaySeconds: 15
periodSeconds: 60
timeoutSeconds: 10
Expand Down

0 comments on commit fe32062

Please sign in to comment.