init
This commit is contained in:
16
voyager-ingress.yaml
Normal file
16
voyager-ingress.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user