mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-29 08:57:18 +02:00
docs: Update examples (#796)
This commit is contained in:
parent
c77b2c6876
commit
14432daf26
10 changed files with 38 additions and 99 deletions
|
@ -80,6 +80,8 @@ Customize for your identity provider run `docker-compose up -f nginx.docker-comp
|
|||
- gRPC requests are routed behind the load balancer
|
||||
- Routes default to hosted version of httpbin.org
|
||||
- Includes installer script
|
||||
- Pomerium serves on HTTPS and your ingress controller may need an annotation to
|
||||
connect properly
|
||||
|
||||
### GKE
|
||||
|
||||
|
@ -87,12 +89,6 @@ Customize for your identity provider run `docker-compose up -f nginx.docker-comp
|
|||
|
||||
<<< @/docs/configuration/examples/helm/helm_gke.sh
|
||||
|
||||
### AWS ECS
|
||||
|
||||
- Uses Amazon Elastic Container Service
|
||||
|
||||
<<< @/docs/configuration/examples/helm/helm_aws.sh
|
||||
|
||||
### Kubernetes
|
||||
|
||||
- Uses Google Kubernetes Engine's built-in ingress to do [HTTPS load balancing]
|
||||
|
@ -121,6 +117,11 @@ Customize for your identity provider run `docker-compose up -f nginx.docker-comp
|
|||
|
||||
<<< @/docs/configuration/examples/kubernetes/pomerium-proxy.yml
|
||||
|
||||
#### pomerium-cache.yml
|
||||
|
||||
<<< @/docs/configuration/examples/kubernetes/pomerium-cache.yml
|
||||
|
||||
|
||||
#### ingress.yml
|
||||
|
||||
<<< @/docs/configuration/examples/kubernetes/ingress.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue