migrate to llink database within gcp

This commit is contained in:
talksik
2026-03-29 10:17:17 -07:00
parent 3d71dbaed0
commit 5eaa51ffcc
3 changed files with 12 additions and 3 deletions
+4 -1
View File
@@ -36,7 +36,10 @@ spec:
- name: "GCS_BUCKET"
value: "flowy-llink-bucket"
- name: "LLINK_POSTGRES_CONNECTION_URL"
value: "postgresql://neondb_owner:npg_ysiLkYo3Ez9G@ep-aged-feather-amfusyhe-pooler.c-5.us-east-1.aws.neon.tech/neondb?sslmode=require&channel_binding=require"
valueFrom:
secretKeyRef:
name: shared-secrets
key: LLINK_POSTGRES_CONNECTION_URL
- name: "DEEPGRAM_SECRET"
valueFrom:
secretKeyRef:
+4 -1
View File
@@ -34,7 +34,10 @@ spec:
- name: "GOOGLE_SERVICE_ACCOUNT_EMAIL"
value: "[email protected]"
- name: "LLINK_POSTGRES_CONNECTION_URL"
value: "postgresql://neondb_owner:npg_ysiLkYo3Ez9G@ep-aged-feather-amfusyhe-pooler.c-5.us-east-1.aws.neon.tech/neondb?sslmode=require&channel_binding=require"
valueFrom:
secretKeyRef:
name: shared-secrets
key: LLINK_POSTGRES_CONNECTION_URL
- name: "DEEPGRAM_API_KEY"
valueFrom:
secretKeyRef:
+4 -1
View File
@@ -12,6 +12,9 @@ spec:
args: ["-path", "/migrations", "-database", "$(LLINK_POSTGRES_CONNECTION_URL)", "up"]
env:
- name: "LLINK_POSTGRES_CONNECTION_URL"
value: "postgresql://neondb_owner:npg_ysiLkYo3Ez9G@ep-aged-feather-amfusyhe-pooler.c-5.us-east-1.aws.neon.tech/neondb?sslmode=require&channel_binding=require"
valueFrom:
secretKeyRef:
name: shared-secrets
key: LLINK_POSTGRES_CONNECTION_URL
restartPolicy: Never
backoffLimit: 0