Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot 4f2d782689 Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Failing after 13s
Generated by CI/CD workflow on 2026-05-05 14:50:09

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-05 14:50:09 +00:00
3 changed files with 18 additions and 18 deletions
+6 -5
View File
@@ -24,18 +24,19 @@ configs:
statusbadge.enabled: true statusbadge.enabled: true
timeout.reconciliation: 60s timeout.reconciliation: 60s
oidc.config: | oidc.config: |
name: Keycloak name: Authentik
issuer: https://auth.hexor.cy/auth/realms/hexor issuer: https://idm.hexor.cy/application/o/argocd/
clientID: $oidc-creds:id clientID: $oidc-creds:id
clientSecret: $oidc-creds:secret clientSecret: $oidc-creds:secret
requestedScopes: ["openid", "profile", "email", "offline_access"] requestedScopes: ["openid", "profile", "email", "groups", "offline_access"]
requestedIDTokenClaims: {"groups": {"essential": true}} requestedIDTokenClaims: {"groups": {"essential": true}}
refreshTokenThreshold: 2m refreshTokenThreshold: 2m
rbac: rbac:
create: true create: true
policy.default: "" policy.default: ""
policy.csv: | policy.csv: |
g, game-servers-managers, GameServersManagersRole # Bound OIDC Group and internal role
g, Game Servers Managers, GameServersManagersRole
# Role permissions # Role permissions
p, GameServersManagersRole, applications, get, games/*, allow p, GameServersManagersRole, applications, get, games/*, allow
p, GameServersManagersRole, applications, update, games/*, allow p, GameServersManagersRole, applications, update, games/*, allow
@@ -47,7 +48,7 @@ configs:
p, GameServersManagersRole, applications, delete, games/*, deny p, GameServersManagersRole, applications, delete, games/*, deny
# Admin policy # Admin policy
g, argocd-admins, role:admin g, ArgoCD Admins, role:admin
secret: secret:
createSecret: true createSecret: true
+1 -1
View File
@@ -17,7 +17,7 @@ spec:
spec: spec:
containers: containers:
- name: auth-proxy - name: auth-proxy
image: ultradesu/rsauth2-proxy:latest image: ultradesu/rsauth2-proxy:0.1.0
ports: ports:
- containerPort: 8080 - containerPort: 8080
name: http name: http
-1
View File
@@ -7,5 +7,4 @@ resources:
- deployment.yaml - deployment.yaml
- service.yaml - service.yaml
- ingress.yaml - ingress.yaml
- servicemonitor.yaml
# routes.yaml ConfigMap is managed by Terraform (kubernetes_config_map) # routes.yaml ConfigMap is managed by Terraform (kubernetes_config_map)