Skip to content

Commit f881255

Browse files
authored
chore(grafana): remove unused service configurations (#250)
1 parent 5101c3c commit f881255

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

charts/cryostat/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ certificate issuance and rotation.
211211
| `grafana.image.repository` | Repository for the Grafana container image | `quay.io/cryostat/cryostat-grafana-dashboard` |
212212
| `grafana.image.pullPolicy` | Image pull policy for the Grafana container image | `Always` |
213213
| `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` |
216214
| `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` |
217215
| `grafana.resources.requests.memory` | Memory resource request for the Grafana container. | `80Mi` |
218216
| `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) | `{}` |

charts/cryostat/values.schema.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -831,21 +831,6 @@
831831
}
832832
}
833833
},
834-
"service": {
835-
"type": "object",
836-
"properties": {
837-
"type": {
838-
"type": "string",
839-
"description": "Type of Service to create for Grafana",
840-
"default": "ClusterIP"
841-
},
842-
"port": {
843-
"type": "number",
844-
"description": "Port number to expose on the Service for Grafana's HTTP server",
845-
"default": 3000
846-
}
847-
}
848-
},
849834
"resources": {
850835
"type": "object",
851836
"properties": {

charts/cryostat/values.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -336,11 +336,6 @@ grafana:
336336
pullPolicy: Always
337337
## @param grafana.image.tag Tag for the Grafana container image
338338
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
344339
resources:
345340
requests:
346341
## @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

Comments
 (0)