FIX(app): fix ingress class to Traefik
- Update ingressClassName to traefik - Fix ingress routing
This commit is contained in:
@@ -9,7 +9,7 @@ metadata:
|
||||
# cert-manager가 인증서를 자동으로 발급하도록 설정
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
spec:
|
||||
ingressClassName: haproxy
|
||||
ingressClassName: traefik
|
||||
# TLS 설정
|
||||
tls:
|
||||
- hosts:
|
||||
|
||||
@@ -15,7 +15,7 @@ commonLabels:
|
||||
# 이미지 태그 설정
|
||||
images:
|
||||
- name: ghcr.io/mayne0213/todo
|
||||
newTag: main-sha-dbf60f507440b82c20823c42406f1e6c18ecfaaa
|
||||
newTag: main-sha-bcedaa292c80bf3aba2540a38556a39ba0c4348e
|
||||
|
||||
patchesStrategicMerge:
|
||||
- deployment-patch.yaml
|
||||
Reference in New Issue
Block a user