Update ingress.yaml

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

View File

@ -3,12 +3,14 @@ kind: Ingress
metadata: metadata:
name: hi-web-ingress name: hi-web-ingress
namespace: ns-hiorder namespace: ns-hiorder
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
spec: spec:
ingressClassName: nginx ingressClassName: nginx
rules: rules:
- http: - http:
paths: paths:
- path: / - path: /hi
pathType: Prefix pathType: Prefix
backend: backend:
service: service: