Skip to content

Commit 7ec5fb0

Browse files
guzzijonesajjonen
authored andcommitted
add in comments for utilityImage and clusterDomain value parameters
1 parent d968971 commit 7ec5fb0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

values.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
## Docker image settings, applied to all StackStorm pods
66
##
77
image:
8-
8+
# utility image to use as sidecar for running startup scripts
9+
# allows you to override the registry namespace as well if you are using a private registry
10+
# ie
11+
# utilityImage: "myprivateregsistry.local/ext.docker.io/library/busybox:1.28"
912
utilityImage: ""
1013
# Image pull policy
1114
pullPolicy: IfNotPresent
@@ -22,6 +25,12 @@ image:
2225
# See: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
2326
#pullSecret: "your-pull-secret"
2427

28+
##
29+
## local cluster domain suffix to enable fqdn lookups for redis, mongo
30+
## kube-dns defaults to cluster.local and allows override with --domain
31+
## core-dns has no default but allows config in k8 configmap
32+
## https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/#configuration-of-stub-domain-and-upstream-nameserver-using-coredns
33+
##
2534
clusterDomain: cluster.local
2635

2736
##

0 commit comments

Comments
 (0)