2022-03-02 07:13:57 +00:00
|
|
|
apiVersion: keycloak.org/v2alpha1
|
|
|
|
kind: Keycloak
|
|
|
|
metadata:
|
|
|
|
name: example-podtemplate
|
|
|
|
spec:
|
|
|
|
instances: 1
|
|
|
|
serverConfiguration:
|
|
|
|
KC_DB: postgres
|
|
|
|
KC_DB_URL_HOST: postgres-db
|
|
|
|
KC_DB_USERNAME: postgres
|
|
|
|
KC_DB_PASSWORD: testpassword
|
2022-03-03 12:32:23 +00:00
|
|
|
hostname: example.com
|
|
|
|
tlsSecret: INSECURE-DISABLE
|
2022-03-02 07:13:57 +00:00
|
|
|
unsupported:
|
|
|
|
podTemplate:
|