fix: cyberchef targetPort

This commit is contained in:
Philip Haupt
2026-03-17 14:07:29 +01:00
parent 7edb588a5c
commit a78d4a7252
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ spec:
- name: http - name: http
port: 80 port: 80
protocol: TCP protocol: TCP
targetPort: 80 targetPort: 8000
selector: selector:
app.kubernetes.io/controller: main app.kubernetes.io/controller: main
app.kubernetes.io/instance: cyberchef app.kubernetes.io/instance: cyberchef

View File

@@ -18,7 +18,7 @@ service:
controller: main controller: main
ports: ports:
http: http:
port: 80 targetPort: 8000
primary: true primary: true
ingress: ingress: