CHORE(app): switch to Traefik ingress
- Change ingress controller to Traefik - Update ingress annotations
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -15,7 +15,7 @@ commonLabels:
|
||||
# 이미지 태그 설정
|
||||
images:
|
||||
- name: ghcr.io/mayne0213/todo
|
||||
newTag: main-sha-6a701655d93369136bf1cbe77f9d15b8263bba88
|
||||
newTag: main-sha-6e069b27f1f9f196a61ed2f7941157d463edaa12
|
||||
|
||||
patchesStrategicMerge:
|
||||
- deployment-patch.yaml
|
||||
Reference in New Issue
Block a user