11 lines
317 B
YAML
11 lines
317 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: nxtgauge-admin-solid-config
|
|
namespace: nxtgauge
|
|
data:
|
|
NODE_ENV: "production"
|
|
PORT: "3000"
|
|
GATEWAY_URL: "http://nxtgauge-rust-gateway:9100"
|
|
PUBLIC_API_URL: "http://nxtgauge-rust-gateway:9100/api"
|
|
NEXT_PUBLIC_API_URL: "http://nxtgauge-rust-gateway:9100/api"
|