Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot fe4c90debc Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Successful in 31s
Generated by CI/CD workflow on 2026-05-05 18:06:25

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-05 18:06:25 +00:00
+9 -9
View File
@@ -1,4 +1,5 @@
alertmanager: alertmanager:
config: config:
global: global:
@@ -108,19 +109,18 @@ grafana:
grafana.ini: grafana.ini:
auth: auth:
signout_redirect_url: https://auth.hexor.cy/auth/realms/hexor/protocol/openid-connect/logout?post_logout_redirect_uri=https%3A%2F%2Fgf.hexor.cy%2Flogin&client_id=Grafana signout_redirect_url: https://idm.hexor.cy/application/o/grafana/end-session/
auth.generic_oauth: auth.generic_oauth:
name: Keycloak name: authentik
enabled: true enabled: true
scopes: "openid profile email" scopes: "openid profile email"
allow_sign_up: true auth_url: https://idm.hexor.cy/application/o/authorize/
auth_url: https://auth.hexor.cy/auth/realms/hexor/protocol/openid-connect/auth token_url: https://idm.hexor.cy/application/o/token/
token_url: https://auth.hexor.cy/auth/realms/hexor/protocol/openid-connect/token api_url: https://idm.hexor.cy/application/o/userinfo/
api_url: https://auth.hexor.cy/auth/realms/hexor/protocol/openid-connect/userinfo
# #contains(groups, 'Grafana Editors') && 'Editor' ||
role_attribute_path: >- role_attribute_path: >-
contains(groups, 'hexor-admin') && 'Admin' || contains(groups, 'Grafana Admin') && 'Admin' ||
contains(groups, 'hexor-guest') && 'Viewer' contains(groups, 'Grafana Editors') && 'Editor' ||
contains(groups, 'Grafana Viewer') && 'Viewer'
database: database:
type: postgres type: postgres
host: psql.psql.svc:5432 host: psql.psql.svc:5432