Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
feat(charts): Add support to add annotations for router during install
Browse files Browse the repository at this point in the history
  • Loading branch information
kmala committed Nov 17, 2016
1 parent e499230 commit 1c8cc01
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions charts/workflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,15 @@ registry-token-refresher:

router:
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:
#<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:
#<example-key>: <example-value>

workflow-manager:
versions_api_url: https://versions.deis.com
Expand Down

0 comments on commit 1c8cc01

Please sign in to comment.