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