fischerX/infra/k8s/configmaps/configmap.yaml

15 lines
371 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: fischerx-config
namespace: fischerx
data:
NODE_ENV: "production"
API_PORT: "3001"
WEB_PORT: "3000"
REDIS_PORT: "6379"
DATABASE_URL: "postgresql://fischerx:fischerx@fischerx-db:5432/fischerx?schema=public"
REDIS_HOST: "fischerx-redis"
NEXT_PUBLIC_API_URL: "http://api.fischerx.local"
JWT_EXPIRES_IN: "7d"