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