Skip to content

Commit 12cd990

Browse files
authored
Merge pull request #600 from kmala/charts
feat(charts): Add support to add annotations for router during install
2 parents b759907 + 1c8cc01 commit 12cd990

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

charts/workflow/values.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,15 @@ registry-token-refresher:
165165

166166
router:
167167
dhparam: ""
168+
# Any custom router annotations(https://github.com/deis/router#annotations)
169+
# which need to be applied can be specified as key-value pairs under "deployment_annotations"
170+
deployment_annotations:
171+
#<example-key>: <example-value>
172+
173+
# Any custom annotations for k8s services like http://kubernetes.io/docs/user-guide/services/#ssl-support-on-aws
174+
# which need to be applied can be specified as key-value pairs under "service_annotations"
175+
service_annotations:
176+
#<example-key>: <example-value>
168177

169178
workflow-manager:
170179
versions_api_url: https://versions.deis.com

0 commit comments

Comments
 (0)