Fix helm value for proxy

This commit is contained in:
Vadim Kharitonov
2022-12-14 16:33:51 +01:00
committed by Vadim Kharitonov
parent 4d201619ed
commit 62f6e969e7
2 changed files with 2 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ settings:
authBackend: "console"
authEndpoint: "http://neon-stress-console.local/management/api/v2"
domain: "*.stress.neon.tech"
sentryEnvironment: "development"
podLabels:
zenith_service: proxy-scram
@@ -24,6 +25,3 @@ metrics:
enabled: true
selector:
release: kube-prometheus-stack
settings:
sentryEnvironment: "development"

View File

@@ -2,6 +2,7 @@ settings:
authBackend: "console"
authEndpoint: "http://console-release.local/management/api/v2"
domain: "*.cloud.neon.tech"
sentryEnvironment: "production"
podLabels:
zenith_service: proxy-scram
@@ -22,6 +23,3 @@ metrics:
enabled: true
selector:
release: kube-prometheus-stack
settings:
sentryEnvironment: "production"