refactor: ingress namespace

This commit is contained in:
OhSeongRak
2025-06-18 18:12:11 +09:00
parent dc5d31442b
commit de9b6c7142
2 changed files with 3 additions and 1 deletions
@@ -377,13 +377,14 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: smarketing-ingress
namespace: ${namespace}
annotations:
kubernetes.io/ingress.class: nginx
# nginx.ingress.kubernetes.io/rewrite-target: /$2 # 이 줄 제거
# nginx.ingress.kubernetes.io/use-regex: "true" # 이 줄 제거
spec:
rules:
- host: smarketing.20.249.184.228.nip.io
- host: ${ingress_host}
http:
paths:
- path: /api/auth