Compare commits

..

2 Commits

Author SHA1 Message Date
Gitea Actions Bot 115d5fe394 Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Failing after 4s
Generated by CI/CD workflow on 2026-05-04 16:33:15

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-04 16:33:15 +00:00
Ultradesu 2afe27bfd4 Added keycloak
Check with kubeconform / lint (push) Successful in 12s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 25s
Auto-update README / Generate README and Create MR (push) Successful in 29s
2026-05-04 17:32:30 +01:00
-14
View File
@@ -16,22 +16,8 @@ extraEnvFrom: |
name: keycloak-creds
extraEnv: |
- name: KC_DB
value: postgres
- name: KC_DB_URL_HOST
value: psql.psql.svc
- name: KC_DB_URL_PORT
value: "5432"
- name: KC_DB_URL_DATABASE
value: keycloak
- name: KC_HOSTNAME
value: auth.hexor.cy
- name: KC_HTTP_ENABLED
value: "true"
- name: KC_HEALTH_ENABLED
value: "true"
- name: KC_METRICS_ENABLED
value: "true"
- name: JAVA_OPTS_APPEND
value: "-Djgroups.dns.query=keycloak-headless.keycloak.svc"