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