feat: add Ingress and Service configurations for nginx deployment, and implement MetalLB and Traeik installation scripts
refactor: remove obsolete Traefik installation script feat: add environment checks and configurations for Vagrant setup, including dnsmasq MetalLB and ingress
This commit is contained in:
parent
bd222ce39e
commit
b2b028a16c
19 changed files with 375 additions and 147 deletions
|
|
@ -1,5 +1,13 @@
|
|||
[
|
||||
|
||||
{
|
||||
"name": "Checks for .envrc",
|
||||
"function": "RunCommand",
|
||||
"params": [
|
||||
"./scripts/envrc_checks.sh"
|
||||
],
|
||||
"retryCount": 0,
|
||||
"shouldAbort": true
|
||||
},
|
||||
{
|
||||
"name": "Create Vagrant nodes",
|
||||
"function": "RunCommand",
|
||||
|
|
@ -9,7 +17,6 @@
|
|||
"retryCount": 0,
|
||||
"shouldAbort": true
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Configure Vagrant K3s",
|
||||
"function": "RunCommand",
|
||||
|
|
@ -19,8 +26,6 @@
|
|||
"retryCount": 0,
|
||||
"shouldAbort": true
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"name": "Create Vagrant workstation",
|
||||
"function": "RunCommand",
|
||||
|
|
@ -30,4 +35,4 @@
|
|||
"retryCount": 0,
|
||||
"shouldAbort": true
|
||||
}
|
||||
]
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue