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
Copy file name to clipboardExpand all lines: charts/cryostat/README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,8 +211,6 @@ certificate issuance and rotation.
211
211
|`grafana.image.repository`| Repository for the Grafana container image |`quay.io/cryostat/cryostat-grafana-dashboard`|
212
212
|`grafana.image.pullPolicy`| Image pull policy for the Grafana container image |`Always`|
213
213
|`grafana.image.tag`| Tag for the Grafana container image |`latest`|
214
-
|`grafana.service.type`| Type of Service to create for Grafana |`ClusterIP`|
215
-
|`grafana.service.port`| Port number to expose on the Service for Grafana's HTTP server |`3000`|
216
214
|`grafana.resources.requests.cpu`| CPU resource request for the Grafana container. See: [ResourceRequirements](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#resources)|`25m`|
217
215
|`grafana.resources.requests.memory`| Memory resource request for the Grafana container. |`80Mi`|
218
216
|`grafana.securityContext`| Security Context for the Grafana container. Defaults to meet "restricted" [Pod Security Standard](https://kubernetes.io/docs/concepts/security/pod-security-standards/#restricted). See: [SecurityContext](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context-1)|`{}`|
Copy file name to clipboardExpand all lines: charts/cryostat/values.yaml
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -336,11 +336,6 @@ grafana:
336
336
pullPolicy: Always
337
337
## @param grafana.image.tag Tag for the Grafana container image
338
338
tag: "latest"
339
-
service:
340
-
## @param grafana.service.type Type of Service to create for Grafana
341
-
type: ClusterIP
342
-
## @param grafana.service.port Port number to expose on the Service for Grafana's HTTP server
343
-
port: 3000
344
339
resources:
345
340
requests:
346
341
## @param grafana.resources.requests.cpu CPU resource request for the Grafana container. See: [ResourceRequirements](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#resources)
0 commit comments