mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
[TRAEFIK] Expose + node port
This commit is contained in:
parent
7c01d60812
commit
ae371a024c
1 changed files with 5 additions and 2 deletions
|
|
@ -14,15 +14,18 @@ resource "helm_release" "traefik" {
|
|||
deployment = {
|
||||
replicas = 1
|
||||
}
|
||||
service = {
|
||||
type = "NodePort"
|
||||
}
|
||||
ports = {
|
||||
traefik = {
|
||||
web = {
|
||||
hostPort = 80
|
||||
expose = false
|
||||
expose = true
|
||||
}
|
||||
websecure = {
|
||||
hostPort = 443
|
||||
expose = false
|
||||
expose = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue