mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19: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 = {
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue