You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--set backend.superuser.username="username for API & control plane e.g. admin" \
134
134
--set backend.superuser.email="your email" \
135
-
--set backend.superuser.password="access password for API & control plane" \
136
-
--set grafana.adminPassword="access password for grafana portal. User name is admin by default"
135
+
--set backend.superuser.password="access password for API & control plane"
137
136
```
138
137
138
+
**Note:** When using your own Grafana:
139
+
- Set `grafana.enabled=false` to prevent installing Grafana as a dependency
140
+
- Provide `backend.grafanaUrl` with the URL to your existing Grafana instance
141
+
- Provide `backend.grafanaApiToken` with a Grafana API token for authentication (create one in Grafana under Administration > Users and Access > Service Accounts with admin rights)
142
+
139
143
**Optional: Custom Domain Configuration**
140
144
141
145
By default, the deployment uses `nip.io` for ingress (no DNS setup required). To use your own domain, add `--set ingress.domain="your-domain"` to the helm command above.
@@ -310,4 +314,4 @@ rmdir $(hostname)
310
314
311
315
```
312
316
313
-
Once the stack is destroyed, your OKE cluster will be free of any OCI GPU Scanner-related resources including the GPU monitored nodes.
317
+
Once the stack is destroyed, your OKE cluster will be free of any OCI GPU Scanner-related resources including the GPU monitored nodes.
0 commit comments