Update ingress.yaml
This commit is contained in:
parent
70459d12e5
commit
e7757f9871
@ -3,12 +3,8 @@ kind: Ingress
|
|||||||
metadata:
|
metadata:
|
||||||
name: hi-web-ingress
|
name: hi-web-ingress
|
||||||
namespace: ns-hiorder
|
namespace: ns-hiorder
|
||||||
annotations:
|
|
||||||
kubernetes.io/ingress.class: "nginx"
|
|
||||||
nginx.ingress.kubernetes.io/rewrite-target: /
|
|
||||||
nginx.ingress.kubernetes.io/configuration-snippet: |
|
|
||||||
try_files $uri $uri/ /index.html;
|
|
||||||
spec:
|
spec:
|
||||||
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
- http:
|
- http:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user