f43a96d548
This patch swaps all uses with extensions/v1beta1 with the new networking.k8s.io/v1beta1 apiVersion for the Ingress resource. Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
10 lines
146 B
YAML
10 lines
146 B
YAML
apiVersion: networking.k8s.io/v1beta1
|
|
kind: Ingress
|
|
metadata:
|
|
name: test-ingress
|
|
spec:
|
|
backend:
|
|
serviceName: testsvc
|
|
servicePort: 80
|
|
|