CHORE(app): switch dev ingress to Traefik

- Change ingress controller from HAProxy to Traefik
- Update ingress annotations
This commit is contained in:
2025-12-30 00:37:02 +09:00
parent 2edb888008
commit 0101b58bd0
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ metadata:
# cert-manager가 인증서를 자동으로 발급하도록 설정
cert-manager.io/cluster-issuer: "letsencrypt-prod"
spec:
ingressClassName: haproxy
ingressClassName: traefik
# TLS 설정
tls:
- hosts:

View File

@@ -9,7 +9,7 @@ metadata:
# cert-manager가 인증서를 자동으로 발급하도록 설정
cert-manager.io/cluster-issuer: "letsencrypt-prod"
spec:
ingressClassName: haproxy
ingressClassName: traefik
# TLS 설정
tls:
- hosts:

View File

@@ -14,7 +14,7 @@ commonLabels:
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/jovies
newTag: main-sha-beff07e89351858d72b29bc48cd27fb40fce97dd
newTag: main-sha-774fefa0817701ece946b3d562332a075a284849
patchesStrategicMerge:
- deployment-patch.yaml