initial commit
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 2m21s
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 2m21s
This commit is contained in:
commit
4dbcde381f
20 changed files with 1151 additions and 0 deletions
7
.env.example
Normal file
7
.env.example
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
ADMIN_PASSWORD=change-this-admin-password
|
||||
USER_PASSWORD=change-this-user-password
|
||||
ADMIN_SSH_PUBKEY=
|
||||
USER_SSH_PUBKEY=
|
||||
HOST_SSH_PORT=2222
|
||||
HOST_WEBSSH_PORT=3000
|
||||
ENABLE_BOOTSTRAP_KUBECONFIG=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue