webiste/docs: update extensionvs/v1beta ingress
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
5745ffa0a8
commit
d9a6ec2ac0
|
@ -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: /
|
||||||
```
|
```
|
||||||
|
|
Reference in New Issue