Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
a5e390714d Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 25s
Generated by CI/CD workflow on 2026-03-20 09:37:41

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-20 09:37:41 +00:00
2 changed files with 1 additions and 11 deletions

View File

@@ -20,8 +20,6 @@ spec:
{{ .session_secret }}
PG_STRING: |-
postgres://furumi_dev:{{ .pg_pass }}@psql.psql.svc:5432/furumi_dev
PLAYER_API_KEY: |-
{{ .player_api_key }}
data:
- secretKey: client_id
sourceRef:
@@ -47,14 +45,6 @@ spec:
remoteRef:
key: 960735e6-2cc9-4b68-9bd3-e6786e5a0cd6
property: fields[2].value
- secretKey: player_api_key
sourceRef:
storeRef:
name: vaultwarden-login
kind: ClusterSecretStore
remoteRef:
key: 960735e6-2cc9-4b68-9bd3-e6786e5a0cd6
property: fields[3].value
- secretKey: pg_pass
sourceRef:
storeRef:

View File

@@ -40,7 +40,7 @@ metadata:
name: outpost-selector-fix
namespace: authentik
spec:
schedule: "* * * * *"
schedule: "*/5 * * * *"
successfulJobsHistoryLimit: 1
failedJobsHistoryLimit: 3
concurrencyPolicy: Replace