FIX(app): fix ingress class to Traefik

- Update ingressClassName to traefik
- Fix ingress routing
This commit is contained in:
2025-12-30 02:29:31 +09:00
parent bb71aecaef
commit 48ee4542c4
2 changed files with 2 additions and 2 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

@@ -15,7 +15,7 @@ commonLabels:
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/todo
newTag: main-sha-dbf60f507440b82c20823c42406f1e6c18ecfaaa
newTag: main-sha-bcedaa292c80bf3aba2540a38556a39ba0c4348e
patchesStrategicMerge:
- deployment-patch.yaml