[TRAEFIK] Add traefik port

This commit is contained in:
Kat Inskip 2023-05-01 09:20:36 -07:00
parent ae371a024c
commit b18f71543b
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -19,6 +19,9 @@ resource "helm_release" "traefik" {
}
ports = {
traefik = {
traefik = {
hostPort = 9000
}
web = {
hostPort = 80
expose = true