fix DNS of concourse workers
This commit is contained in:
parent
80565e65c6
commit
1d4011d56f
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,6 @@ services:
|
||||||
CONCOURSE_X_FRAME_OPTIONS: allow
|
CONCOURSE_X_FRAME_OPTIONS: allow
|
||||||
CONCOURSE_CONTENT_SECURITY_POLICY: "*"
|
CONCOURSE_CONTENT_SECURITY_POLICY: "*"
|
||||||
CONCOURSE_CLUSTER_NAME: tutorial
|
CONCOURSE_CLUSTER_NAME: tutorial
|
||||||
CONCOURSE_WORKER_CONTAINERD_DNS_SERVER: "192.168.30.8"
|
CONCOURSE_WORKER_CONTAINERD_DNS_SERVER: "192.168.30.1"
|
||||||
# For ARM-based machine, change the Concourse runtime to "houdini"
|
# For ARM-based machine, change the Concourse runtime to "houdini"
|
||||||
CONCOURSE_WORKER_RUNTIME: "containerd"
|
CONCOURSE_WORKER_RUNTIME: "containerd"
|
||||||
|
|
Reference in a new issue