apps(teable): Change of main domain and config / storage change

Main domain changed to data.sunflower.lgbt
Added config for emails in secrets
Changed storage for Valkey to s3yuyuko (reliability issues)
Changed image tag to latest (v1.8.0 not found)
This commit is contained in:
2025-06-06 11:16:36 +02:00
parent 26c6b445e5
commit 618f430d2f
4 changed files with 40 additions and 31 deletions

View File

@@ -29,9 +29,13 @@ spec:
- name: valkey-data
persistentVolumeClaim:
claimName: valkey-data-pvc
hostAliases:
- ip: "100.113.193.5"
hostnames:
- "mail.prettysunflower.moe"
initContainers:
- name: db-migrate
image: ghcr.io/teableio/teable:v1.8.0
image: ghcr.io/teableio/teable:latest
args:
- migrate-only
envFrom:
@@ -48,7 +52,7 @@ spec:
memory: 1024Mi
containers:
- name: teable
image: ghcr.io/teableio/teable:v1.8.0
image: ghcr.io/teableio/teable:latest
args:
- skip-migrate
ports: