Removed tank sms endpoint
This commit is contained in:
parent
cd5895965b
commit
8501a7d13d
@ -55,29 +55,3 @@ spec:
|
|||||||
memory: 10Mi
|
memory: 10Mi
|
||||||
requests:
|
requests:
|
||||||
memory: 10Mi
|
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
|
|
Loading…
Reference in New Issue
Block a user