diff --git a/cyberchef/main.yaml b/cyberchef/main.yaml index 010a363..d4652aa 100644 --- a/cyberchef/main.yaml +++ b/cyberchef/main.yaml @@ -15,7 +15,7 @@ spec: - name: http port: 80 protocol: TCP - targetPort: 80 + targetPort: 8000 selector: app.kubernetes.io/controller: main app.kubernetes.io/instance: cyberchef diff --git a/cyberchef/src/values.yaml b/cyberchef/src/values.yaml index a659ae0..6e8a9e6 100644 --- a/cyberchef/src/values.yaml +++ b/cyberchef/src/values.yaml @@ -18,7 +18,7 @@ service: controller: main ports: http: - port: 80 + targetPort: 8000 primary: true ingress: