Skip to content

Commit

Permalink
fix(charts): remove deployment and service annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Jan 18, 2017
1 parent ee87845 commit 96f0c61
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 96f0c61

Please sign in to comment.