diff --git a/stack_orchestrator/deploy/k8s/cluster_info.py b/stack_orchestrator/deploy/k8s/cluster_info.py index 97a5651f..bce1c310 100644 --- a/stack_orchestrator/deploy/k8s/cluster_info.py +++ b/stack_orchestrator/deploy/k8s/cluster_info.py @@ -201,7 +201,7 @@ class ClusterInfo: spec = client.V1IngressSpec(tls=tls, rules=rules) ingress_annotations = { - "kubernetes.io/ingress.class": "nginx", + "kubernetes.io/ingress.class": "caddy", } if not certificate: ingress_annotations["cert-manager.io/cluster-issuer"] = cluster_issuer