mirror of
https://github.com/Traceworks2023/nxtgauge-gitops.git
synced 2026-06-11 22:02:10 +00:00
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"
|