mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
[TRAEFIK] Add traefik port
This commit is contained in:
parent
ae371a024c
commit
b18f71543b
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ resource "helm_release" "traefik" {
|
|||
}
|
||||
ports = {
|
||||
traefik = {
|
||||
traefik = {
|
||||
hostPort = 9000
|
||||
}
|
||||
web = {
|
||||
hostPort = 80
|
||||
expose = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue