init
This commit is contained in:
20
ingress.yaml
Normal file
20
ingress.yaml
Normal 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: /
|
||||
Reference in New Issue
Block a user