17 lines
366 B
YAML
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'
|