webiste/docs: update extensionvs/v1beta ingress

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-08-31 21:11:01 +02:00
parent 5745ffa0a8
commit d9a6ec2ac0
1 changed files with 5 additions and 3 deletions

View File

@ -98,7 +98,7 @@ spec:
name: https
protocol: TCP
---
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
@ -118,7 +118,9 @@ spec:
http:
paths:
- backend:
serviceName: authentik-outpost
servicePort: http
service:
name: authentik-outpost
port:
name: http
path: /
```