diff --git a/deployment/digital-ocean/https/templates/ingress.template.yaml b/deployment/digital-ocean/https/templates/ingress.template.yaml index 36733507e..0f4e0fc7b 100644 --- a/deployment/digital-ocean/https/templates/ingress.template.yaml +++ b/deployment/digital-ocean/https/templates/ingress.template.yaml @@ -14,7 +14,7 @@ spec: http: paths: - backend: - serviceName: develop-webapp + serviceName: web servicePort: 3000 path: / - host: mail.ocelot.social @@ -26,5 +26,5 @@ spec: path: / tls: - hosts: - - develop-k8s.ocelot.social + - develop-k8s.ocelot.social secretName: tls