added frontend conf
This commit is contained in:
parent
10fd04b96a
commit
488021a9ef
2 changed files with 19 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1 +1,5 @@
|
||||||
*.pyc
|
*.pyc
|
||||||
|
.terraform.lock.hcl
|
||||||
|
.terraform/
|
||||||
|
terraform.tfstate
|
||||||
|
terraform.tfstate.backup
|
||||||
|
|
|
@ -1,3 +1,15 @@
|
||||||
# Note that the matching is done with re.match()
|
'^internal-sto4-prod-k8sc-[0-9].rut.sunet.se$':
|
||||||
'^ns[0-9]?.mnt.se$':
|
rut::infra_ca_rp:
|
||||||
nameserver:
|
sunet::microk8s::node:
|
||||||
|
channel: 1.28/stable
|
||||||
|
sunet::frontend::register_sites:
|
||||||
|
sites:
|
||||||
|
kubetest.rut.sunet.se:
|
||||||
|
frontends:
|
||||||
|
- se-fre-lb-1.sunet.se
|
||||||
|
- se-tug-lb-1.sunet.se
|
||||||
|
port: '30443'
|
||||||
|
'^internal-sto4-prod-k8sw-[0-9].rut.sunet.se$':
|
||||||
|
rut::infra_ca_rp:
|
||||||
|
sunet::microk8s::node:
|
||||||
|
channel: 1.28/stable
|
||||||
|
|
Loading…
Add table
Reference in a new issue