Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot 42d0ff0b3f Auto-update README with current k8s applications
Keycloak Terraform / Terraform (pull_request) Successful in 19s
Generated by CI/CD workflow on 2026-07-01 10:43:42

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-07-01 10:43:42 +00:00
2 changed files with 10 additions and 2 deletions
+1 -2
View File
@@ -58,11 +58,10 @@ spec:
name: amnezia-fellow
deletionPolicy: Delete
template:
engineVersion: v2
type: Opaque
data:
database-url: |-
postgresql://amnezia_fellow:{{ .amnezia_fellow | urlquery }}@psql.psql.svc:5432/amnezia_fellow
postgresql://amnezia_fellow:{{ .amnezia_fellow }}@psql.psql.svc:5432/amnezia_fellow
postgres-password: |-
{{ .amnezia_fellow }}
data:
+9
View File
@@ -37,6 +37,8 @@ spec:
secretKeyRef:
name: amnezia-fellow
key: database-url
- name: AMNEZIA_FELLOW_MIGRATE_SQLITE
value: "sqlite:///data/amnezia-fellow.sqlite3?mode=ro"
- name: AMNEZIA_FELLOW_K8S_NAMESPACE
value: "amnezia"
- name: AMNEZIA_FELLOW_K8S_CLIENTS_SECRET
@@ -70,3 +72,10 @@ spec:
limits:
cpu: "500m"
memory: "512Mi"
volumeMounts:
- name: data
mountPath: /data
volumes:
- name: data
persistentVolumeClaim:
claimName: amnezia-fellow-data