Add APP_EXTRA_VHOSTS setting.
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -80,10 +80,10 @@ x-k3s-agent-env: &_x-k3s-agent-env | ... | @@ -80,10 +80,10 @@ x-k3s-agent-env: &_x-k3s-agent-env |
80 | K3S_URL: https://k3s-master:6443 | 80 | K3S_URL: https://k3s-master:6443 |
81 | K3S_TOKEN_FILE: /var/lib/rancher/k3s/server/node-token | 81 | K3S_TOKEN_FILE: /var/lib/rancher/k3s/server/node-token |
82 | K3S_NODE_NAME: k3s-agent | 82 | K3S_NODE_NAME: k3s-agent |
83 | VIRTUAL_HOST: ${VHOST_STUB},*${VHOST_SUFFIX},${APP_REGISTRY_NAME} | 83 | VIRTUAL_HOST: ${VHOST_STUB},*${VHOST_SUFFIX}${APP_EXTRA_VHOSTS} |
84 | VIRTUAL_PROTO: https | 84 | VIRTUAL_PROTO: https |
85 | VIRTUAL_PORT: "443" | 85 | VIRTUAL_PORT: "443" |
86 | SELF_SIGNED_HOST: ${VHOST_STUB},*${VHOST_SUFFIX} | 86 | SELF_SIGNED_HOST: ${VHOST_STUB},*${VHOST_SUFFIX}${APP_EXTRA_VHOSTS} |
87 | HTTPS_METHOD: noredirect | 87 | HTTPS_METHOD: noredirect |
88 | 88 | ||
89 | x-k3s-agent-base: &_x-k3s-agent-base | 89 | x-k3s-agent-base: &_x-k3s-agent-base | ... | ... |
-
Please register or sign in to post a comment