ForgeRock / forgeops

ForgeRock platform assets for Kubernetes deployment. Contains the files you need to build your own Docker images and to deploy the ForgeRock Identity Platform on Kubernetes clusters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dns names

daparthi001 opened this issue · comments

Is this inetentional to -0 for FQDN_DS

https://github.com/ForgeRock/forgeops/blob/stable/docker/6.5/ds-base/env.sh

The FQDN all the serversin the statefulset. This is useful for backup or other commands that need to run on the first server.

### export FQDN_DS0=${DJ_INSTANCE}-0.${DJ_INSTANCE}
export FQDN_DS1=${DJ_INSTANCE}-0.${DJ_INSTANCE}
export FQDN_DS2=${DJ_INSTANCE}-0.${DJ_INSTANCE}

These environment variables are used to template the config.ldif file on startup

export FQDN_RS0=${DJ_INSTANCE}-0.${DJ_INSTANCE}:8989
export FQDN_RS1=${DJ_INSTANCE}-1.${DJ_INSTANCE}:8989
export FQDN_RS2=${DJ_INSTANCE}-2.${DJ_INSTANCE}:8989
export SERVER_FQDN="$FQDN"
export CHANGELOG_DB_DIRECTORY="data/db/changelogDb"

This is fixed in 7.x