Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot a6e0162f0b Auto-update README with current k8s applications
Keycloak Terraform / Terraform (pull_request) Failing after 36s
Generated by CI/CD workflow on 2026-07-05 10:34:11

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-07-05 10:34:11 +00:00
2 changed files with 13 additions and 7 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:
+12 -5
View File
@@ -32,11 +32,11 @@ spec:
containerPort: 8000
protocol: TCP
env:
- name: AMNEZIA_FELLOW_DATABASE_URL
valueFrom:
secretKeyRef:
name: amnezia-fellow
key: database-url
#- name: AMNEZIA_FELLOW_DATABASE_URL
# valueFrom:
# secretKeyRef:
# name: amnezia-fellow
# key: database-url
- name: AMNEZIA_FELLOW_K8S_NAMESPACE
value: "amnezia"
- name: AMNEZIA_FELLOW_K8S_CLIENTS_SECRET
@@ -70,3 +70,10 @@ spec:
limits:
cpu: "500m"
memory: "512Mi"
volumeMounts:
- name: data
mountPath: /data
volumes:
- name: data
persistentVolumeClaim:
claimName: amnezia-fellow-data