mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
[TRAEFIK] Add
This commit is contained in:
parent
bfa7e08944
commit
303cefb14e
1 changed files with 14 additions and 20 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/*resource "helm_release" "traefik" {
|
||||
resource "helm_release" "traefik" {
|
||||
name = "traefik"
|
||||
repository = "https://traefik.github.io/charts"
|
||||
chart = "traefik"
|
||||
|
|
@ -19,26 +19,20 @@
|
|||
}
|
||||
ports = {
|
||||
traefik = {
|
||||
traefik = {
|
||||
expose = true
|
||||
exposedPort = 9000
|
||||
}
|
||||
web = {
|
||||
hostPort = 80
|
||||
nodePort = 80
|
||||
port = 80
|
||||
exposedPort = 80
|
||||
expose = true
|
||||
}
|
||||
websecure = {
|
||||
hostPort = 443
|
||||
nodePort = 443
|
||||
port = 443
|
||||
exposedPort = 443
|
||||
expose = true
|
||||
}
|
||||
expose = true
|
||||
exposedPort = 9000
|
||||
}
|
||||
web = {
|
||||
nodePort = 80
|
||||
exposedPort = 80
|
||||
expose = true
|
||||
}
|
||||
websecure = {
|
||||
nodePort = 443
|
||||
exposedPort = 443
|
||||
expose = true
|
||||
}
|
||||
}
|
||||
})
|
||||
]
|
||||
}*/
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue