CHORE(app): switch to Traefik ingress

- Change ingress controller to Traefik
- Update ingress annotations
This commit is contained in:
2025-12-31 23:39:19 +09:00
parent 9e18f4a0d3
commit b459ca9b9d
2 changed files with 2 additions and 4 deletions

View File

@@ -3,11 +3,9 @@ kind: Ingress
metadata:
name: todo-dev-ingress
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
nginx.ingress.kubernetes.io/ssl-redirect: "true"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
spec:
ingressClassName: haproxy
ingressClassName: traefik
tls:
- hosts:
- dev.todo0213.kro.kr

View File

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