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
# Add the following env vars to the configMapGenerator's literals
41
-
# for kserve-models-web-app-config
41
+
# for kserve-models-web-application-config
42
42
- APP_PREFIX=/
43
43
- APP_DISABLE_AUTH="True"
44
44
- APP_SECURE_COOKIES="False"
@@ -95,12 +95,12 @@ Add the environment variable to your deployment configuration:
95
95
apiVersion: apps/v1
96
96
kind: Deployment
97
97
metadata:
98
-
name: kserve-models-web-app
98
+
name: kserve-models-web-application
99
99
spec:
100
100
template:
101
101
spec:
102
102
containers:
103
-
- name: kserve-models-web-app
103
+
- name: kserve-models-web-application
104
104
env:
105
105
- name: ALLOWED_NAMESPACES
106
106
value: "kubeflow-user,kubeflow-admin"
@@ -110,7 +110,7 @@ spec:
110
110
111
111
The application supports runtime configuration of Grafana endpoints and dashboard names, allowing you to use custom Grafana instances and dashboard configurations without rebuilding the application.
112
112
113
-
If you're deploying on Kubernetes with Kustomize, you can set these values in the application's ConfigMap by editing the `manifests/kustomize/base/kustomization.yaml` (or your overlay) under `configMapGenerator` for `kserve-models-web-app-config`. Update the following literals as needed:
113
+
If you're deploying on Kubernetes with Kustomize, you can set these values in the application's ConfigMap by editing the `manifests/kustomize/base/kustomization.yaml` (or your overlay) under `configMapGenerator` for `kserve-models-web-application-config`. Update the following literals as needed:
114
114
115
115
- `GRAFANA_PREFIX`(e.g., `/grafana` or `/custom-grafana`)
0 commit comments