main
parent
e2661cf648
commit
08219fa6ab
2 changed files with 5 additions and 6 deletions
@ -1,16 +1,16 @@ |
||||
apiVersion: networking.k8s.io/v1 |
||||
kind: Ingress |
||||
metadata: |
||||
name: auth-ingress |
||||
name: ingress |
||||
spec: |
||||
rules: |
||||
- host: www.test3k.com |
||||
http: |
||||
paths: |
||||
- path: /api |
||||
pathType: ImplementationSpecific |
||||
- path: / |
||||
pathType: Prefix |
||||
backend: |
||||
service: |
||||
name: auth-service |
||||
port: |
||||
number: 9993 |
||||
number: 9994 |
Loading…
Reference in new issue