apiVersion: v1
kind: ConfigMap
metadata:
name: backend-config
data:
DB_HOST: "db.yourdomain.com"
DB_PORT: "5432"
API_KEY: "your-api-key"