mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* feat(health): Add healtchcheck for acid.zalan.do/postgresql Signed-off-by: Remo Zellmer <rze@vizrt.com> * feat(health): Add healthcheck for grafana.integreatly.org/Grafana and GrafanaDatasource Signed-off-by: Remo Zellmer <rze@vizrt.com> * feat(health): Add healthcheck for k8s.keycloak.org/Keycloak Signed-off-by: Remo Zellmer <rze@vizrt.com> * feat(health): Add healthcheck for solr.apache.org/SolrCloud Signed-off-by: Remo Zellmer <rze@vizrt.com> --------- Signed-off-by: Remo Zellmer <rze@vizrt.com>
52 lines
No EOL
1.5 KiB
YAML
52 lines
No EOL
1.5 KiB
YAML
apiVersion: k8s.keycloak.org/v2alpha1
|
|
kind: Keycloak
|
|
metadata:
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: '2'
|
|
argocd.argoproj.io/tracking-id: foobar-keycloak:k8s.keycloak.org/Keycloak:foo/keycloak
|
|
creationTimestamp: '2024-10-07T09:06:33Z'
|
|
generation: 4
|
|
name: keycloak
|
|
namespace: foo
|
|
resourceVersion: '343382'
|
|
uid: 4e08e59c-1b6b-4b13-8a1a-bbce3f91bd68
|
|
spec:
|
|
db:
|
|
host: keycloak-db
|
|
passwordSecret:
|
|
key: password
|
|
name: keycloak.keycloak-db.credentials.postgresql.acid.zalan.do
|
|
usernameSecret:
|
|
key: username
|
|
name: keycloak.keycloak-db.credentials.postgresql.acid.zalan.do
|
|
vendor: postgres
|
|
hostname:
|
|
admin: https://keycloak.apps-crc.testing
|
|
hostname: keycloak.apps-crc.testing
|
|
http:
|
|
httpEnabled: false
|
|
tlsSecret: keycloak-tls
|
|
ingress:
|
|
enabled: false
|
|
instances: 2
|
|
unsupported:
|
|
podTemplate:
|
|
spec:
|
|
containers:
|
|
- env:
|
|
- name: KC_HTTPS_TRUST_STORE_FILE
|
|
value: /truststore/openshiftca.jks
|
|
- name: KC_HTTPS_TRUST_STORE_PASSWORD
|
|
value: OpenshiftCA
|
|
- name: KC_HTTPS_TRUST_STORE_TYPE
|
|
value: JKS
|
|
- name: KC_LOG_LEVEL
|
|
value: INFO
|
|
volumeMounts:
|
|
- mountPath: /truststore
|
|
name: truststore-volume
|
|
volumes:
|
|
- name: truststore-volume
|
|
secret:
|
|
secretName: keycloak-truststore
|
|
status: |