mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
[TRAEFIK] Expose
This commit is contained in:
parent
f43fefb750
commit
df962bcc8d
1 changed files with 3 additions and 0 deletions
|
|
@ -21,15 +21,18 @@ resource "helm_release" "traefik" {
|
||||||
traefik = {
|
traefik = {
|
||||||
traefik = {
|
traefik = {
|
||||||
expose = true
|
expose = true
|
||||||
|
exposedPort = 9000
|
||||||
}
|
}
|
||||||
web = {
|
web = {
|
||||||
hostPort = 80
|
hostPort = 80
|
||||||
|
nodePort = 80
|
||||||
port = 80
|
port = 80
|
||||||
exposedPort = 80
|
exposedPort = 80
|
||||||
expose = true
|
expose = true
|
||||||
}
|
}
|
||||||
websecure = {
|
websecure = {
|
||||||
hostPort = 443
|
hostPort = 443
|
||||||
|
nodePort = 443
|
||||||
port = 443
|
port = 443
|
||||||
exposedPort = 443
|
exposedPort = 443
|
||||||
expose = true
|
expose = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue