fix: puppetboard port issues
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

service / ingres / deployment mismatch, attempt 2
This commit is contained in:
2026-03-18 14:30:06 +11:00
parent 687a7f1ffd
commit f0459f901f
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: