mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-06-13 04:49:10 +00:00
refactor: ingress namespace
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user