fix: puppetboard port issues #34

Merged
unkinben merged 1 commits from benvin/puppetboard_listening_port2 into main 2026-03-18 14:31:44 +11:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
image: ghcr.io/voxpupuli/puppetboard:7.0.1 image: ghcr.io/voxpupuli/puppetboard:7.0.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 9090 - containerPort: 80
name: puppetboard name: puppetboard
envFrom: envFrom:
- configMapRef: - configMapRef:
+1 -1
View File
@@ -25,7 +25,7 @@ spec:
service: service:
name: puppetboard name: puppetboard
port: port:
number: 9090 number: 80
path: / path: /
pathType: Prefix pathType: Prefix
tls: tls: