fix(k8s): update ingress configuration for backend service #184
@@ -11,9 +11,12 @@ spec:
|
|||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
serviceName: auth0mock
|
service:
|
||||||
servicePort: 3333
|
name: auth0mock
|
||||||
|
port:
|
||||||
|
number: 3333
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- auth0
|
- auth0
|
||||||
|
|||||||
Reference in New Issue
Block a user