Skip to content

Commit 0b79413

Browse files
authored
fix: metrics targetPort https -> 8443 (#111)
Metrics server is exposed on port 8443. This PR updates the metrics service chart value to match this, to ensure it's accessible. Signed-off-by: Artur Shad Nik <[email protected]>
1 parent aff19df commit 0b79413

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/validator-plugin-kubescape/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following table lists the configurable parameters of the Validator-plugin-ku
2626
| `controllerManager.volumes` | | `[]` |
2727
| `controllerManager.podLabels` | | `{}` |
2828
| `kubernetesClusterDomain` | | `"cluster.local"` |
29-
| `metricsService.ports` | | `[{"name": "https", "port": 8443, "protocol": "TCP", "targetPort": "https"}]` |
29+
| `metricsService.ports` | | `[{"name": "https", "port": 8443, "protocol": "TCP", "targetPort": 8443}]` |
3030
| `metricsService.type` | | `"ClusterIP"` |
3131

3232

chart/validator-plugin-kubescape/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ metricsService:
3636
- name: https
3737
port: 8443
3838
protocol: TCP
39-
targetPort: https
39+
targetPort: 8443
4040
type: ClusterIP

0 commit comments

Comments
 (0)