diff --git a/bootstrap/argocd/helm/values.yaml b/bootstrap/argocd/helm/values.yaml index 0adde4c..eabf93b 100644 --- a/bootstrap/argocd/helm/values.yaml +++ b/bootstrap/argocd/helm/values.yaml @@ -14,9 +14,14 @@ server: ingress: enabled: true ingressClassName: nginx + hostname: argocd.guillin.ovh + + annotations: + cert-manager.io/cluster-issuer: letsencrypt-staging + nginx.ingress.kubernetes.io/ssl-redirect: "true" + nginx.ingress.kubernetes.io/force-ssl-redirect: "true" - hosts: - - argocd.guillin.ovh + tls: true controller: replicas: 1