ingress?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-06-22 00:24:17 +10:00
parent 6affc015ee
commit 490bef4610
2 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ spec:
selector: selector:
app: helloworld app: helloworld
ports: ports:
- port: 6666 - port: 80
targetPort: 80 targetPort: 80
nodePort: 6666 nodePort: 30001
#name: http #name: http
#protocol: TCP #protocol: TCP

View File

@ -17,7 +17,7 @@ spec:
service: service:
name: hw-service name: hw-service
port: port:
number: 6666 number: 30001
# - path: / # - path: /
# pathType: Prefix # pathType: Prefix
# backend: # backend: