From 2ffdb3fdba961bd2e89d304abfbe0f9fbe6cc018 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Wed, 4 Dec 2024 00:52:25 -0400 Subject: [PATCH] fix ingress --- k8s/deployment.yml.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/k8s/deployment.yml.template b/k8s/deployment.yml.template index 8bbc30c..5d31462 100644 --- a/k8s/deployment.yml.template +++ b/k8s/deployment.yml.template @@ -44,10 +44,11 @@ spec: apiVersion: networking.k8s.io/v1 kind: Ingress metadata: + name: $REPONAME-ingress annotations: # add an annotation indicating the issuer to use. # cert-manager.io/cluster-issuer: letsencrypt - name: $REPONAME-ingress + spec: rules: - host: cambio.maximotejeda.com