Update ingress.yaml

This commit is contained in:
HanWool Jeon 2025-06-19 10:37:07 +09:00 committed by GitHub
parent 70459d12e5
commit e7757f9871
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: