Delete web/ingress.yaml

This commit is contained in:
HanWool Jeon 2025-06-19 10:49:25 +09:00 committed by GitHub
parent d6437525c4
commit 9c5efdf90f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,19 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: hi-web-ingress
namespace: ns-hiorder
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
ingressClassName: nginx
rules:
- http:
paths:
- path: /hi
pathType: Prefix
backend:
service:
name: frontend-service
port:
number: 80