Skip to content

Commit 96f0c61

Browse files
author
Matthew Fisher
committed
fix(charts): remove deployment and service annotations
1 parent ee87845 commit 96f0c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/router/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ dhparam: ""
88

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

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

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

0 commit comments

Comments
 (0)