Skip to content

Commit 2144a37

Browse files
authored
Use env to set kubernetes webinternal port (#787)
1 parent 0a4fec1 commit 2144a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/traefik/values.webinternal.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ports:
22
webinternal:
3-
nodePort: 32081
3+
nodePort: {{ requiredEnv "KUBERNETES_WEBINTERNAL_PORT" }}
44
port: 8001
55
expose:
66
default: true

0 commit comments

Comments
 (0)