We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e499230 commit 1c8cc01Copy full SHA for 1c8cc01
1 file changed
charts/workflow/values.yaml
@@ -165,6 +165,15 @@ registry-token-refresher:
165
166
router:
167
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
177
178
workflow-manager:
179
versions_api_url: https://versions.deis.com
0 commit comments