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

View File

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

View File

@ -8,6 +8,7 @@ registry=acrdigitalgarage02.azurecr.io
image_org=smarketing
# Application Settings
ingress_host=smarketing.20.249.184.228.nip.io
replicas=1
allowed_origins=http://20.249.154.194