diff --git a/helm/kubenurse/templates/daemonset.yaml b/helm/kubenurse/templates/daemonset.yaml index 0e689e0b..dba2333f 100644 --- a/helm/kubenurse/templates/daemonset.yaml +++ b/helm/kubenurse/templates/daemonset.yaml @@ -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