1
0
Fork 0

Support 'networking.k8s.io/v1beta1' ingress apiVersion

This commit is contained in:
Ludovic Fernandez 2020-01-16 10:14:06 +01:00 committed by Traefiker Bot
parent 6b7be462b8
commit 72e702a15a
47 changed files with 190 additions and 161 deletions

View file

@ -24,7 +24,7 @@ The Kubernetes Ingress Controller, The Custom Resource Way.
---
kind: Deployment
apiVersion: extensions/v1beta1
apiVersion: apps/v1
metadata:
name: traefik
labels:
@ -97,7 +97,7 @@ The Kubernetes Ingress Controller, The Custom Resource Way.
```yaml tab="Whoami"
kind: Deployment
apiVersion: extensions/v1beta1
apiVersion: apps/v1
metadata:
name: whoami
namespace: default