fixed helm chart
All checks were successful
the build was successful

This commit is contained in:
ston1th 2019-01-18 21:54:13 +01:00
commit 10ad216fcf
7 changed files with 41 additions and 10 deletions

View file

@ -11,7 +11,7 @@ metadata:
host: "^{{ .Values.srv.host }}.*$"
host_regex: true
prefix: /
service: {{ template "testapp.fullname" . }}-srv.{{ Release.Namespace }}.svc:8080
service: {{ template "testapp.fullname" . }}-srv.{{ .Release.Namespace }}.svc:8080
{{- range $key, $value := .Values.service.srv.annotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}