mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 18:36:30 +02:00
remove rootDomain from examples (#1244)
This commit is contained in:
parent
1fd86ccd55
commit
27fb46e32f
3 changed files with 0 additions and 3 deletions
|
@ -68,7 +68,6 @@ Like with Argo we will install Pomerium using the [Helm chart](https://github.co
|
|||
|
||||
```yaml
|
||||
config:
|
||||
rootDomain: localhost.pomerium.io
|
||||
policy:
|
||||
- from: https://argo.localhost.pomerium.io
|
||||
to: http://argo-server.kube-system.svc.cluster.local:2746
|
||||
|
|
|
@ -258,7 +258,6 @@ forwardAuth:
|
|||
config:
|
||||
sharedSecret: YOUR_SHARED_SECRET
|
||||
cookieSecret: YOUR_COOKIE_SECRET
|
||||
rootDomain: domain.example
|
||||
|
||||
policy:
|
||||
# this route is directly proxied by pomerium & injects the authorization header
|
||||
|
|
|
@ -19,7 +19,6 @@ service:
|
|||
type: NodePort
|
||||
|
||||
config:
|
||||
rootDomain: corp.beyondperimeter.com
|
||||
policy:
|
||||
- from: https://hello.corp.beyondperimeter.com
|
||||
to: http://nginx.default.svc.cluster.local:80
|
||||
|
|
Loading…
Add table
Reference in a new issue