website/docs: fix nginx ingress proxy example (#8245)
This commit is contained in:
@ -9,7 +9,8 @@ spec:
|
|||||||
rules:
|
rules:
|
||||||
- host: app.company
|
- host: app.company
|
||||||
http:
|
http:
|
||||||
paths: /outpost.goauthentik.io
|
paths:
|
||||||
|
- path: /outpost.goauthentik.io
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
# Or, to use an external Outpost, create an ExternalName service and reference that here.
|
# Or, to use an external Outpost, create an ExternalName service and reference that here.
|
||||||
|
|||||||
Reference in New Issue
Block a user