From 8501a7d13d54403c0e7575d3506b235ee0333b7d Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 25 Mar 2022 07:01:55 +0000 Subject: [PATCH] Removed tank sms endpoint --- manifests/tank/tank.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/manifests/tank/tank.yaml b/manifests/tank/tank.yaml index 8af3692..7075e0c 100644 --- a/manifests/tank/tank.yaml +++ b/manifests/tank/tank.yaml @@ -55,29 +55,3 @@ spec: memory: 10Mi requests: memory: 10Mi ---- -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: tank - namespace: tank - annotations: - cert-manager.io/cluster-issuer: letsencrypt - nginx.ingress.kubernetes.io/force-ssl-redirect: "true" -spec: - ingressClassName: nginx - tls: - - hosts: - - tank-sms.marcusnoble.co.uk - secretName: tank-ingress - rules: - - host: tank-sms.marcusnoble.co.uk - http: - paths: - - path: / - pathType: ImplementationSpecific - backend: - service: - name: tank - port: - number: 80 \ No newline at end of file