mirror of
https://github.com/cnrancher/kube-explorer.git
synced 2025-09-04 16:04:57 +00:00
Remove svc nodeport
This commit is contained in:
@@ -6,13 +6,11 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app: kube-explorer
|
app: kube-explorer
|
||||||
spec:
|
spec:
|
||||||
type: NodePort
|
|
||||||
ports:
|
ports:
|
||||||
- port: 8989
|
- port: 8989
|
||||||
targetPort: 8989
|
targetPort: 8989
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: http
|
name: http
|
||||||
nodePort: 30089
|
|
||||||
selector:
|
selector:
|
||||||
app: kube-explorer
|
app: kube-explorer
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user