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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user