Skip to content

Commit

Permalink
Merge pull request #303 from bacongobbler/remove-annotation-keys
Browse files Browse the repository at this point in the history
fix(charts): remove deployment and service annotations
  • Loading branch information
Matthew Fisher authored Jan 25, 2017
2 parents 5014c9a + 96f0c61 commit 55a38f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/router/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ dhparam: ""

# Any custom router annotations(https://github.com/deis/router#annotations)
# which need to be applied can be specified as key-value pairs under "deployment_annotations"
deployment_annotations:
#deployment_annotations:
#<example-key>: <example-value>

# Any custom annotations for k8s services like http://kubernetes.io/docs/user-guide/services/#ssl-support-on-aws
# which need to be applied can be specified as key-value pairs under "service_annotations"
service_annotations:
#service_annotations:
#<example-key>: <example-value>

# Enable to pin router pod hostPort when using minikube or vagrant
Expand Down

0 comments on commit 55a38f6

Please sign in to comment.