Removed tank sms endpoint

This commit is contained in:
Marcus Noble 2022-03-25 07:01:55 +00:00
parent cd5895965b
commit 8501a7d13d

View File

@ -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