Files
test-with-redis/voyager-ingress.yaml
2020-09-29 22:08:20 +00:00

17 lines
366 B
YAML

apiVersion: voyager.appscode.com/v1beta1
kind: Ingress
metadata:
name: test-ingress
namespace: default
annotations:
ingress.appscode.com/type: LoadBalancer
spec:
rules:
- host: test-redis.endofeternity.ca
http:
paths:
- path: '/'
backend:
serviceName: test-redis-http
servicePort: '80'