File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 55# # Docker image settings, applied to all StackStorm pods
66# #
77image :
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+ # #
2534clusterDomain : cluster.local
2635
2736# #
You can’t perform that action at this time.
0 commit comments