Skip to content

Commit

Permalink
Add {{ .Values.service.port }} to K8S service URL (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-halych authored Feb 10, 2022
1 parent 9291415 commit 9c2db92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/kubenurse/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- name: KUBENURSE_INGRESS_URL
value: https://{{ .Values.ingress.url }}
- name: KUBENURSE_SERVICE_URL
value: "http://kubenurse.{{ .Values.namespace }}.svc.cluster.local:8080"
value: "http://kubenurse.{{ .Values.namespace }}.svc.cluster.local:{{ .Values.service.port }}"
- name: KUBENURSE_INSECURE
value: "true"
- name: KUBENURSE_ALLOW_UNSCHEDULABLE
Expand Down

0 comments on commit 9c2db92

Please sign in to comment.