mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-30 10:56:28 +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
|
```yaml
|
||||||
config:
|
config:
|
||||||
rootDomain: localhost.pomerium.io
|
|
||||||
policy:
|
policy:
|
||||||
- from: https://argo.localhost.pomerium.io
|
- from: https://argo.localhost.pomerium.io
|
||||||
to: http://argo-server.kube-system.svc.cluster.local:2746
|
to: http://argo-server.kube-system.svc.cluster.local:2746
|
||||||
|
|
|
@ -258,7 +258,6 @@ forwardAuth:
|
||||||
config:
|
config:
|
||||||
sharedSecret: YOUR_SHARED_SECRET
|
sharedSecret: YOUR_SHARED_SECRET
|
||||||
cookieSecret: YOUR_COOKIE_SECRET
|
cookieSecret: YOUR_COOKIE_SECRET
|
||||||
rootDomain: domain.example
|
|
||||||
|
|
||||||
policy:
|
policy:
|
||||||
# this route is directly proxied by pomerium & injects the authorization header
|
# this route is directly proxied by pomerium & injects the authorization header
|
||||||
|
|
|
@ -19,7 +19,6 @@ service:
|
||||||
type: NodePort
|
type: NodePort
|
||||||
|
|
||||||
config:
|
config:
|
||||||
rootDomain: corp.beyondperimeter.com
|
|
||||||
policy:
|
policy:
|
||||||
- from: https://hello.corp.beyondperimeter.com
|
- from: https://hello.corp.beyondperimeter.com
|
||||||
to: http://nginx.default.svc.cluster.local:80
|
to: http://nginx.default.svc.cluster.local:80
|
||||||
|
|
Loading…
Add table
Reference in a new issue