This commit is contained in:
Jon
2020-09-29 22:08:20 +00:00
commit 3b91f7ee26
9 changed files with 161 additions and 0 deletions

20
ingress.yaml Normal file
View File

@@ -0,0 +1,20 @@
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: test-redis
annotations:
kubernetes.io/ingress.class: nginx
certmanager.io/cluster-issuer: letsencrypt-prod
spec:
tls:
- hosts:
- test-redis.endofeternity.ca
secretName: test-redis-tls-certificate
rules:
- host: test-redis.endofeternity.ca
http:
paths:
- backend:
serviceName: test-redis-http
servicePort: 80
path: /