fix(k8s): Use external Postgres/Redis/MinIO services
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
- Update secrets.yaml with correct MinIO credentials - Add Redis connection details - Remove postgres.yaml (use external 10.100.6.50) - Remove redis.yaml (use external 10.100.9.50)
This commit is contained in:
@@ -5,12 +5,29 @@ metadata:
|
||||
namespace: cannaiq
|
||||
type: Opaque
|
||||
stringData:
|
||||
# PostgreSQL (external: 10.100.6.50)
|
||||
POSTGRES_USER: "cannaiq"
|
||||
POSTGRES_PASSWORD: "SpDyCannaIQ2024"
|
||||
POSTGRES_DB: "cannaiq"
|
||||
DATABASE_URL: "postgresql://cannaiq:SpDyCannaIQ2024@10.100.6.50:5432/cannaiq"
|
||||
JWT_SECRET: "aW7vN3xKpM9qLsT2fB5jDc8hR4wY6zXe"
|
||||
|
||||
# Redis (external: 10.100.9.50)
|
||||
REDIS_HOST: "10.100.9.50"
|
||||
REDIS_PORT: "6379"
|
||||
REDIS_PASSWORD: "SpDyR3d1s2024!"
|
||||
REDIS_URL: "redis://:SpDyR3d1s2024!@10.100.9.50:6379"
|
||||
|
||||
# MinIO (external: 10.100.9.80)
|
||||
MINIO_ENDPOINT: "10.100.9.80"
|
||||
MINIO_PORT: "9000"
|
||||
MINIO_ACCESS_KEY: "cannaiq-app"
|
||||
MINIO_SECRET_KEY: "62a37268f2fe4163ef46fe1c29ad93f817b415fc"
|
||||
MINIO_SECRET_KEY: "cannaiq-secret"
|
||||
MINIO_BUCKET: "cannaiq"
|
||||
MINIO_USE_SSL: "false"
|
||||
|
||||
# Auth
|
||||
JWT_SECRET: "aW7vN3xKpM9qLsT2fB5jDc8hR4wY6zXe"
|
||||
|
||||
# Evomi Proxy
|
||||
EVOMI_USER: "kl8"
|
||||
EVOMI_PASS: "ogh9U1Xe7Gzxzozo4rmP"
|
||||
|
||||
Reference in New Issue
Block a user