Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
k3s-apiserver
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
22831374
authored
2022-07-25 16:17:58 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add APP_EXTRA_VHOSTS setting.
1 parent
1a2e0129
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
docker-compose.yaml
docker-compose.yaml
View file @
2283137
...
...
@@ -80,10 +80,10 @@ x-k3s-agent-env: &_x-k3s-agent-env
K3S_URL
:
https://k3s-master:6443
K3S_TOKEN_FILE
:
/var/lib/rancher/k3s/server/node-token
K3S_NODE_NAME
:
k3s-agent
VIRTUAL_HOST
:
${VHOST_STUB},*${VHOST_SUFFIX}
,${APP_REGISTRY_NAME
}
VIRTUAL_HOST
:
${VHOST_STUB},*${VHOST_SUFFIX}
${APP_EXTRA_VHOSTS
}
VIRTUAL_PROTO
:
https
VIRTUAL_PORT
:
"
443"
SELF_SIGNED_HOST
:
${VHOST_STUB},*${VHOST_SUFFIX}
SELF_SIGNED_HOST
:
${VHOST_STUB},*${VHOST_SUFFIX}
${APP_EXTRA_VHOSTS}
HTTPS_METHOD
:
noredirect
x-k3s-agent-base
:
&_x-k3s-agent-base
...
...
Please
register
or
sign in
to post a comment