diff --git a/templates/proxy.yaml b/templates/proxy.yaml index 883e5cc..2ce4c53 100644 --- a/templates/proxy.yaml +++ b/templates/proxy.yaml @@ -2,6 +2,8 @@ apiVersion: v1 kind: Service metadata: name: proxy + annotations: + {{ toYaml .Values.service.annotations | indent 4 | trim }} labels: service: proxy release: {{ .Release.Name }} diff --git a/values.yaml b/values.yaml index b2c5008..5a81c3f 100644 --- a/values.yaml +++ b/values.yaml @@ -192,6 +192,12 @@ service: ## Default value: 80 httpPort: 80 + ## annotations is the arbitrary non-identifying metadata to `proxy` service. + ## Some cloud providers support different setting to load balancer via annotations. + ## + ## Default value: {} + annotations: {} + db: ## Application database user ##