Update ingress example to use networking.k8s.io

extensions api group is deprecated in newer versions of Kubernetes.
This commit is contained in:
Kannan Manickam
2020-09-16 04:26:22 -07:00
committed by GitHub
parent 1b4b217cfd
commit 77e7b478ec

View File

@@ -46,7 +46,7 @@ spec:
# Default port used by the image
- port: 5678
---
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: example-ingress