Files
geo/deploy/k3s/secrets.yaml
T
root cd5f038108
Deployment Config CI / Deployment Config (push) Successful in 26s
Backend CI / Backend (push) Successful in 14m19s
chore(k3s): set OPS_DEFAULT_ADMIN_PASSWORD in dev secrets template
Replace the "change-me-before-apply" placeholder with a usable dev
default so the manifest applies cleanly out of the box. Production
deployments should still override this via their own secret source.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-02 10:06:19 +08:00

34 lines
777 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: geo-rankly-app-secret
type: Opaque
stringData:
POSTGRES_PASSWORD: geo_dev
RABBITMQ_DEFAULT_PASS: geo_dev
MINIO_ROOT_USER: minioadmin
MINIO_ROOT_PASSWORD: minioadmin
JWT_SECRET: geo-web-change-me-in-production
OPS_JWT_SECRET: geo-ops-change-me-in-production
OPS_DEFAULT_ADMIN_PASSWORD: Aa123456
SCHEDULER_INTERNAL_METRICS_TOKEN: geo-metrics-token
config.local.yaml: |
database:
password: geo_dev
monitoring_database:
password: geo_dev
rabbitmq:
url: amqp://geo:geo_dev@rabbitmq:5672/geo
object_storage:
access_key: minioadmin
secret_key: minioadmin
jwt:
secret: "change-me-in-production"
scheduler:
internal_metrics_token: "geo-metrics-token"