diff --git a/deployment/digital-ocean/https/templates/ingress.template.yaml b/deployment/digital-ocean/https/templates/ingress.template.yaml index 0f4e0fc7b..9d75655cf 100644 --- a/deployment/digital-ocean/https/templates/ingress.template.yaml +++ b/deployment/digital-ocean/https/templates/ingress.template.yaml @@ -5,9 +5,9 @@ metadata: namespace: ocelot-social annotations: kubernetes.io/ingress.class: "nginx" - cert-manager.io/issuer: "letsencrypt-staging" - # DEPRECATED certmanager.k8s.io/acme-challenge-type: http01 - nginx.ingress.kubernetes.io/proxy-body-size: 6m + # cert-manager.io/issuer: "letsencrypt-staging" + cert-manager.io/cluster-issuer: "letsencrypt-staging" + nginx.ingress.kubernetes.io/proxy-body-size: 10m spec: rules: - host: develop-k8s.ocelot.social