Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
support annotation to proxy service
Browse files Browse the repository at this point in the history
  • Loading branch information
chloel authored and glb committed Aug 1, 2018
1 parent 22b20cd commit 097271b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 6 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
##
Expand Down

0 comments on commit 097271b

Please sign in to comment.