mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-09 22:33:11 +02:00
docs: remove port from internal service url in k8s example (#47)
This commit is contained in:
parent
805f0198d2
commit
13c03a2b5c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ spec:
|
||||||
- name: AUTHENTICATE_SERVICE_URL
|
- name: AUTHENTICATE_SERVICE_URL
|
||||||
value: https://auth.corp.beyondperimeter.com
|
value: https://auth.corp.beyondperimeter.com
|
||||||
- name: AUTHENTICATE_INTERNAL_URL
|
- name: AUTHENTICATE_INTERNAL_URL
|
||||||
value: "pomerium-authenticate-service.pomerium.svc.cluster.local:443"
|
value: "pomerium-authenticate-service.pomerium.svc.cluster.local"
|
||||||
- name: OVERIDE_CERTIFICATE_NAME
|
- name: OVERIDE_CERTIFICATE_NAME
|
||||||
value: "*.corp.beyondperimeter.com"
|
value: "*.corp.beyondperimeter.com"
|
||||||
- name: SHARED_SECRET
|
- name: SHARED_SECRET
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue