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 5
5
# # Docker image settings, applied to all StackStorm pods
6
6
# #
7
7
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"
9
12
utilityImage : " "
10
13
# Image pull policy
11
14
pullPolicy : IfNotPresent
@@ -22,6 +25,12 @@ image:
22
25
# See: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
23
26
# pullSecret: "your-pull-secret"
24
27
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
+ # #
25
34
clusterDomain : cluster.local
26
35
27
36
# #
You can’t perform that action at this time.
0 commit comments