change nodeport

This commit is contained in:
Cedric Verstraeten
2024-10-17 16:37:32 +02:00
parent f0b29162c6
commit 13f2fb9fd6

View File

@@ -11,7 +11,7 @@ spec:
ports:
- port: 80
targetPort: 80
nodePort: 30080 # You can specify a port in the range 30000-32767 or let Kubernetes assign one automatically
nodePort: 30081 # You can specify a port in the range 30000-32767 or let Kubernetes assign one automatically
name: frontend
protocol: TCP
selector: