nxtgauge-gitops/apps/nxtgauge-frontendwebsite/base/configmap.yaml

9 lines
203 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: nxtgauge-frontendwebsite-config
namespace: nxtgauge
data:
NODE_ENV: "production"
PORT: "3000"
NEXT_PUBLIC_API_URL: "https://api.nxtgauge.com/api"