Allow templated annotations for http-service #62

Merged
JPRbrs merged 1 commits from refs/pull/62/head into master 2020-11-20 08:08:26 +00:00

View File

@ -5,7 +5,7 @@ metadata:
labels:
{{- include "gitea.labels" . | nindent 4 }}
annotations:
{{- toYaml .Values.service.ssh.annotations | nindent 4 }}
{{- toYaml .Values.service.http.annotations | nindent 4 }}
spec:
type: {{ .Values.service.http.type }}
{{- if and .Values.service.http.loadBalancerIP (eq .Values.service.http.type "LoadBalancer") }}