[oauth2-proxy] add optional service annotations (#4815)

* [oauth2-proxy] add optional service annotations

* increment oauth2-proxy chart version
This commit is contained in:
James Rawlings
2018-04-13 13:24:59 -07:00
committed by k8s-ci-robot
parent d46369b5ff
commit 290289e2ed
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: oauth2-proxy
version: 0.3.0
version: 0.4.0
apiVersion: v1
appVersion: 2.2
home: http://www.videntity.com/
@@ -7,6 +7,10 @@ metadata:
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
name: {{ template "oauth2-proxy.fullname" . }}
{{- if .Values.service.annotations }}
annotations:
{{ toYaml .Values.service.annotations | indent 4 }}
{{- end }}
spec:
type: {{ .Values.service.type }}
ports:
+2
View File
@@ -32,6 +32,8 @@ extraArgs:
service:
type: ClusterIP
port: 80
annotations: {}
# foo.io/bar: "true"
ingress:
enabled: false