Edits to Operator Guide
Closes #28009 Signed-off-by: AndyMunro <amunro@redhat.com> Signed-off-by: Alexander Schwartz <aschwart@redhat.com> Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
a41d865600
commit
8602b4f9cf
4 changed files with 6 additions and 4 deletions
|
@ -7,3 +7,4 @@
|
||||||
:infinispan-operator-docs: https://infinispan.org/docs/infinispan-operator/main/operator.html
|
:infinispan-operator-docs: https://infinispan.org/docs/infinispan-operator/main/operator.html
|
||||||
:infinispan-xsite-docs: https://infinispan.org/docs/stable/titles/xsite/xsite.html
|
:infinispan-xsite-docs: https://infinispan.org/docs/stable/titles/xsite/xsite.html
|
||||||
:containerlabel: latest
|
:containerlabel: latest
|
||||||
|
:apidocs_adminrest_link: https://www.keycloak.org/docs-api/{version}/rest-api/
|
||||||
|
|
|
@ -203,7 +203,6 @@ spec:
|
||||||
Moreover, the {project_name} container manages the heap size more effectively by providing relative values for the heap size.
|
Moreover, the {project_name} container manages the heap size more effectively by providing relative values for the heap size.
|
||||||
It is achieved by providing certain JVM options.
|
It is achieved by providing certain JVM options.
|
||||||
|
|
||||||
For more details, check the
|
For more details, see <@links.server id="containers" />.
|
||||||
https://www.keycloak.org/server/containers[Running Keycloak in a container].
|
|
||||||
|
|
||||||
</@tmpl.guide>
|
</@tmpl.guide>
|
||||||
|
|
|
@ -52,11 +52,13 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: postgresql-db
|
- name: postgresql-db
|
||||||
image: postgres:latest
|
image: postgres:15
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /data
|
- mountPath: /data
|
||||||
name: cache-volume
|
name: cache-volume
|
||||||
env:
|
env:
|
||||||
|
- name: POSTGRES_USER
|
||||||
|
value: testuser
|
||||||
- name: POSTGRES_PASSWORD
|
- name: POSTGRES_PASSWORD
|
||||||
value: testpassword
|
value: testpassword
|
||||||
- name: PGDATA
|
- name: PGDATA
|
||||||
|
|
|
@ -36,7 +36,7 @@ spec:
|
||||||
----
|
----
|
||||||
|
|
||||||
This CR should be created in the same namespace as the Keycloak Deployment CR, defined in the field `keycloakCRName`.
|
This CR should be created in the same namespace as the Keycloak Deployment CR, defined in the field `keycloakCRName`.
|
||||||
The `realm` field accepts a full https://www.keycloak.org/docs-api/{version}/rest-api/index.html#RealmRepresentation[RealmRepresentation].
|
The `realm` field accepts a full {apidocs_adminrest_link}/index.html#RealmRepresentation[RealmRepresentation].
|
||||||
|
|
||||||
The recommended way to obtain a `RealmRepresentation` is by leveraging the export functionality <@links.server id="importExport"/>.
|
The recommended way to obtain a `RealmRepresentation` is by leveraging the export functionality <@links.server id="importExport"/>.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue