834ef79509
The content was moved over from the Keycloak Benchmark subproject. Closes #24844 Signed-off-by: Alexander Schwartz <aschwart@redhat.com> Co-authored-by: Pedro Ruivo <pruivo@redhat.com> Co-authored-by: Michal Hajas <mhajas@redhat.com> Co-authored-by: Kamesh Akella <kakella@redhat.com> Co-authored-by: Ryan Emerson <remerson@redhat.com> Co-authored-by: Anna Manukyan <amanukya@redhat.com> Co-authored-by: Thomas Darimont <thomas.darimont@googlemail.com> Co-authored-by: Stian Thorgersen <stian@redhat.com> Co-authored-by: Thomas Darimont <thomas.darimont@googlemail.com> Co-authored-by: AndyMunro <amunro@redhat.com>
29 lines
912 B
Text
29 lines
912 B
Text
// Attributes present in doc/kubernetes/collector/build.sh
|
|
// If the build.sh is changed, update the attributes in this file
|
|
// namespace
|
|
:ns: keycloak
|
|
// sites: crossdc.local.name and crossdc.remote.name
|
|
:site-a-cr: site-a
|
|
:site-b-cr: site-b
|
|
// crossdc.remote.secret
|
|
:sa-secret: xsite-token-secret
|
|
// crossdc.route.tls.keystore.secret
|
|
:ks-secret: xsite-keystore-secret
|
|
// crossdc.route.tls.truststore.secret
|
|
:ts-secret: xsite-truststore-secret
|
|
// hotrodPassword
|
|
:hr-password: strong-password
|
|
// cross-site service account
|
|
:sa: xsite-sa
|
|
// deployment name (hardcoded in ispn-helm chart)
|
|
:cluster-name: infinispan
|
|
|
|
// Other common attributes
|
|
:operator-docs: https://infinispan.org/docs/infinispan-operator/main/operator.html
|
|
:xsite-docs: https://infinispan.org/docs/stable/titles/xsite/xsite.html
|
|
:ocp: OpenShift
|
|
:ispn: Infinispan
|
|
:ispn-operator: Infinispan Operator
|
|
:kc: Keycloak
|
|
:site-a: Site-A
|
|
:site-b: Site-B
|