fix: cyberchef targetPort
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -18,7 +18,7 @@ service:
|
||||
controller: main
|
||||
ports:
|
||||
http:
|
||||
port: 80
|
||||
targetPort: 8000
|
||||
primary: true
|
||||
|
||||
ingress:
|
||||
|
||||
Reference in New Issue
Block a user