10 lines
194 B
YAML
10 lines
194 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: dutchie-backend-config
|
|
namespace: default
|
|
data:
|
|
PORT: "3010"
|
|
NODE_ENV: "production"
|
|
# Add other non-sensitive environment variables here
|