Skip to content

Commit 682d7fc

Browse files
vcarluerjreynard-code
authored andcommitted
multi tenant
1 parent a70eeab commit 682d7fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/kubernetes/helm-chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ api:
8585
# Examples: latest, v1, v2
8686
version: latest
8787
# Whether or not the API is multi-tenant and should expose the tenant in the URL
88-
multiTenant: false
88+
multiTenant: true
8989
# Configure probes failure thresholds to higher values if you are in debug mode to avoid pod restart
9090
probes:
9191
startup:
@@ -99,7 +99,7 @@ api:
9999
failureThreshold: 5
100100
serviceMonitor:
101101
enabled: true
102-
namespace: "phoenix-monitoring"
102+
namespace: "cosmotech-monitoring"
103103
additionalLabels: {}
104104

105105
ingress:

0 commit comments

Comments
 (0)