updated ingress to networking.k8s.io/v1
This commit is contained in:
13
ingress.yaml
13
ingress.yaml
@@ -1,4 +1,4 @@
|
|||||||
apiVersion: extensions/v1beta1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: test-redis
|
name: test-redis
|
||||||
@@ -14,7 +14,10 @@ spec:
|
|||||||
- host: test-redis.endofeternity.ca
|
- host: test-redis.endofeternity.ca
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- backend:
|
- path: /
|
||||||
serviceName: test-redis-http
|
pathType: Prefix
|
||||||
servicePort: 80
|
backend:
|
||||||
path: /
|
service:
|
||||||
|
name: test-redis-http
|
||||||
|
port:
|
||||||
|
number: 80
|
||||||
|
|||||||
Reference in New Issue
Block a user