Skip to content

Commit 40c98a0

Browse files
authored
fix: metrics targetPort https -> 8443 (#548)
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 <arturshadnik@gmail.com>
1 parent 7e623b7 commit 40c98a0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build

chart/validator-plugin-aws/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following table lists the configurable parameters of the Validator-plugin-aw
2323
| `controllerManager.replicas` | | `1` |
2424
| `controllerManager.serviceAccount.annotations` | | `{}` |
2525
| `kubernetesClusterDomain` | | `"cluster.local"` |
26-
| `metricsService.ports` | | `[{"name": "https", "port": 8443, "protocol": "TCP", "targetPort": "https"}]` |
26+
| `metricsService.ports` | | `[{"name": "https", "port": 8443, "protocol": "TCP", "targetPort": 8443}]` |
2727
| `metricsService.type` | | `"ClusterIP"` |
2828
| `auth.serviceAccountName` | | `""` |
2929

chart/validator-plugin-aws/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ metricsService:
2828
- name: https
2929
port: 8443
3030
protocol: TCP
31-
targetPort: https
31+
targetPort: 8443
3232
type: ClusterIP
3333
auth:
3434
# Override the service account used by AWS validator (optional, could be used for IAM roles for Service Accounts)

0 commit comments

Comments
 (0)