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

This commit is contained in:
Simple_Not 2023-06-22 00:45:48 +10:00
parent 9f10f91a5e
commit 738b259363
2 changed files with 7 additions and 1 deletions

View File

@ -11,6 +11,12 @@ spec:
- port: 80 - port: 80
targetPort: 80 targetPort: 80
nodePort: 30001 nodePort: 30001
# - protocol: TCP
# port: 8080
# targetPort: 8080
# nodePort: 32129
#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: 8085 number: 80
# - path: / # - path: /
# pathType: Prefix # pathType: Prefix
# backend: # backend: