Compare commits

..

3 Commits

Author SHA1 Message Date
Gitea Actions Bot 2cfcccd73c Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Successful in 35s
Generated by CI/CD workflow on 2026-05-05 17:50:31

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-05 17:50:31 +00:00
Ultradesu b75036b756 Added monitoring for auth-proxy
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 8s
Auto-update README / Generate README and Create MR (push) Successful in 7s
2026-05-05 18:49:58 +01:00
ab 15abaac453 Update k8s/core/argocd/values.yaml
Check with kubeconform / lint (push) Successful in 8s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 13s
Auto-update README / Generate README and Create MR (push) Successful in 10s
2026-05-05 17:43:25 +00:00
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -24,11 +24,11 @@ configs:
statusbadge.enabled: true
timeout.reconciliation: 60s
oidc.config: |
name: Authentik
name: Keycloak
issuer: https://auth.hexor.cy/auth/realms/hexor
clientID: $oidc-creds:id
clientSecret: $oidc-creds:secret
requestedScopes: ["openid", "profile", "email", "groups", "offline_access"]
requestedScopes: ["openid", "profile", "email", "offline_access"]
requestedIDTokenClaims: {"groups": {"essential": true}}
refreshTokenThreshold: 2m
rbac:
+1
View File
@@ -7,4 +7,5 @@ resources:
- deployment.yaml
- service.yaml
- ingress.yaml
- servicemonitor.yaml
# routes.yaml ConfigMap is managed by Terraform (kubernetes_config_map)