Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
757d851611 Auto-update README with current k8s applications
Some checks failed
Terraform / Terraform (pull_request) Failing after 12s
Generated by CI/CD workflow on 2026-03-19 13:46:44

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-03-19 13:46:44 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -14,8 +14,8 @@ spec:
{{ .client_id }}
OIDC_CLIENT_SECRET: |-
{{ .client_secret }}
OIDC_ISSUER_URL: https://idm.hexor.cy/application/o/furumi-dev/
OIDC_REDIRECT_URL: https://music-dev.hexor.cy/auth/callback
OIDC_ISSUER_URL: https://idm.hexor.cy/application/o/furumi-ng-web/
OIDC_REDIRECT_URL: https://music.hexor.cy/auth/callback
OIDC_SESSION_SECRET: |-
{{ .session_secret }}
PG_STRING: |-

View File

@@ -33,7 +33,7 @@ spec:
- name: FURUMI_AGENT_OLLAMA_URL
value: "http://ollama.ollama.svc:11434"
- name: FURUMI_AGENT_OLLAMA_MODEL
value: "qwen3.5:9b"
value: "qwen3:14b"
- name: FURUMI_AGENT_POLL_INTERVAL_SECS
value: "10"
- name: RUST_LOG