Skip to content

Commit

Permalink
Add PD profile and minimum tag version to proxy example (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryrecker-pingidentity authored Nov 6, 2023
1 parent a7c8221 commit d70c2b8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
global:
image:
# Support was added in release 2310
tag: 2310

# Waiting for all proxy pods by waiting for the last proxy pod in the seed region.
# This avoids contention between proxy servers joining the topology simultaneously.
initContainers:
Expand All @@ -12,6 +17,8 @@ pingdirectory:
replicaCount: 2
enabled: true
envs:
SERVER_PROFILE_URL: https://github.com/pingidentity/pingidentity-server-profiles.git
SERVER_PROFILE_PATH: baseline/pingdirectory
LOAD_BALANCING_ALGORITHM_NAMES: dc_example_dc_com-fewest-operations;dc_example_dc_com-failover
## VARIABLES TO ENABLE MULTI-REGION
K8S_CLUSTERS: west east
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
global:
image:
# Support was added in release 2310
tag: 2310

# Waiting for all PD pods by waiting for the last PD in the non-seed region.
# This avoids contention between proxy servers and directory servers joining the topology simultaneously.
initContainers:
Expand All @@ -12,6 +17,8 @@ pingdirectory:
replicaCount: 2
enabled: true
envs:
SERVER_PROFILE_URL: https://github.com/pingidentity/pingidentity-server-profiles.git
SERVER_PROFILE_PATH: baseline/pingdirectory
LOAD_BALANCING_ALGORITHM_NAMES: dc_example_dc_com-fewest-operations;dc_example_dc_com-failover
## VARIABLES TO ENABLE MULTI-REGION
K8S_CLUSTERS: west east
Expand Down
2 changes: 2 additions & 0 deletions docs/deployment/deployPDProxyBackendDiscovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ pingdirectory:
replicaCount: 2
enabled: true
envs:
SERVER_PROFILE_URL: https://github.com/pingidentity/pingidentity-server-profiles.git
SERVER_PROFILE_PATH: baseline/pingdirectory
LOAD_BALANCING_ALGORITHM_NAMES:dc_example_dc_com-fewest-operations;dc_example_dc_com-failover
pingdirectoryproxy:
Expand Down

0 comments on commit d70c2b8

Please sign in to comment.