We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70eeab commit 682d7fcCopy full SHA for 682d7fc
api/kubernetes/helm-chart/values.yaml
@@ -85,7 +85,7 @@ api:
85
# Examples: latest, v1, v2
86
version: latest
87
# Whether or not the API is multi-tenant and should expose the tenant in the URL
88
- multiTenant: false
+ multiTenant: true
89
# Configure probes failure thresholds to higher values if you are in debug mode to avoid pod restart
90
probes:
91
startup:
@@ -99,7 +99,7 @@ api:
99
failureThreshold: 5
100
serviceMonitor:
101
enabled: true
102
- namespace: "phoenix-monitoring"
+ namespace: "cosmotech-monitoring"
103
additionalLabels: {}
104
105
ingress:
0 commit comments