Skip to content

Commit c474d90

Browse files
authoredDec 17, 2024··
fix: update plugin chart values with new metrics service targetPort (#457)
Metrics server is exposed on port 8443. This PR updates the metrics service chart value for validator and all plugins to match this, to ensure it's accessible. Signed-off-by: Artur Shad Nik <arturshadnik@gmail.com>
1 parent 3e1fe92 commit c474d90

File tree

6 files changed

+36
-36
lines changed

6 files changed

+36
-36
lines changed
 

‎chart/validator/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Validator chart and
2424
| `controllerManager.replicas` | | `1` |
2525
| `controllerManager.serviceAccount.annotations` | | `{}` |
2626
| `kubernetesClusterDomain` | | `"cluster.local"` |
27-
| `metricsService.ports` | | `[{"name": "https", "port": 8443, "protocol": "TCP", "targetPort": "https"}]` |
27+
| `metricsService.ports` | | `[{"name": "https", "port": 8443, "protocol": "TCP", "targetPort": 8443}]` |
2828
| `metricsService.type` | | `"ClusterIP"` |
2929
| `env` | | `[]` |
3030
| `proxy.enabled` | | `false` |
@@ -45,7 +45,7 @@ The following table lists the configurable parameters of the Validator chart and
4545
| `pluginSecrets.oci.pubKeys` | Don't forget to delete these square brackets if you're specifying public keys here! | `[]` |
4646
| `pluginSecrets.vSphere` | Don't forget to delete these curly braces if you're specifying credentials here! | `{}` |
4747
| `helmConfig.registry` | | `"https://validator-labs.github.io"` |
48-
| `plugins` | | `[{"chart": {"name": "validator-plugin-azure", "repository": "validator-plugin-azure", "version": "v0.0.25"}, "values": "controllerManager:\n manager:\n args:\n - --health-probe-bind-address=:8081\n - --metrics-bind-address=:8443\n - --leader-elect\n containerSecurityContext:\n allowPrivilegeEscalation: false\n capabilities:\n drop:\n - ALL\n image:\n repository: quay.io/validator-labs/validator-plugin-azure\n tag: v0.0.25\n resources:\n limits:\n cpu: 500m\n memory: 128Mi\n requests:\n cpu: 10m\n memory: 64Mi\n # Optionally specify a volumeMount to mount a volume containing a private key\n # to leverage Azure Service principal with certificate authentication.\n volumeMounts: []\n replicas: 1\n serviceAccount:\n annotations: {}\n # Optionally specify a volume containing a private key to leverage Azure Service\n # principal with certificate authentication.\n volumes: []\n # Optionally specify additional labels to use for the controller-manager Pods.\n podLabels: {}\nkubernetesClusterDomain: cluster.local\nmetricsService:\n ports:\n - name: https\n port: 8443\n protocol: TCP\n targetPort: https\n type: ClusterIP\nauth:\n # Override the service account used by Azure validator (optional, could be used for WorkloadIdentityCredentials on AKS)\n # WARNING: the chosen service account must include all RBAC privileges found in templates/manager-rbac.yaml\n serviceAccountName: \"\"\n# Optionally specify the Azure environment to use. Defaults to \"AzureCloud\" for public Azure cloud.\n# Other acceptable values are \"AzureUSGovernment\" and \"AzureChinaCloud\".\nazureEnvironment: \"AzureCloud\""}, {"chart": {"name": "validator-plugin-oci", "repository": "validator-plugin-oci", "version": "v0.3.4"}, "values": "controllerManager:\n manager:\n args:\n - --health-probe-bind-address=:8081\n - --metrics-bind-address=:8443\n - --leader-elect\n containerSecurityContext:\n allowPrivilegeEscalation: false\n capabilities:\n drop:\n - ALL\n image:\n repository: quay.io/validator-labs/validator-plugin-oci\n tag: v0.3.4\n resources:\n limits:\n cpu: 500m\n memory: 128Mi\n requests:\n cpu: 10m\n memory: 64Mi\n replicas: 1\n serviceAccount:\n annotations: {}\nkubernetesClusterDomain: cluster.local\nmetricsService:\n ports:\n - name: https\n port: 8443\n protocol: TCP\n targetPort: https\n type: ClusterIP"}, {"chart": {"name": "validator-plugin-kubescape", "repository": "validator-plugin-kubescape", "version": "v0.0.5"}, "values": "controllerManager:\n manager:\n args:\n - --health-probe-bind-address=:8081\n - --metrics-bind-address=:8443\n - --leader-elect\n containerSecurityContext:\n allowPrivilegeEscalation: false\n capabilities:\n drop:\n - ALL\n image:\n repository: quay.io/validator-labs/validator-plugin-kubescape\n tag: v0.0.5\n resources:\n limits:\n cpu: 500m\n memory: 128Mi\n requests:\n cpu: 10m\n memory: 64Mi\n # Optionally specify a volumeMount to mount a volume containing a private key\n # to leverage Azure Service principal with certificate authentication.\n volumeMounts: []\n replicas: 1\n serviceAccount:\n annotations: {}\n # Optionally specify a volume containing a private key to leverage Azure Service\n # principal with certificate authentication.\n volumes: []\n # Optionally specify additional labels to use for the controller-manager Pods.\n podLabels: {}\nkubernetesClusterDomain: cluster.local\nmetricsService:\n ports:\n - name: https\n port: 8443\n protocol: TCP\n targetPort: https\n type: ClusterIP"}, {"chart": {"name": "validator-plugin-aws", "repository": "validator-plugin-aws", "version": "v0.1.11"}, "values": "controllerManager:\n manager:\n args:\n - --health-probe-bind-address=:8081\n - --metrics-bind-address=:8443\n - --leader-elect\n containerSecurityContext:\n allowPrivilegeEscalation: false\n capabilities:\n drop:\n - ALL\n image:\n repository: quay.io/validator-labs/validator-plugin-aws\n tag: v0.1.11\n resources:\n limits:\n cpu: 500m\n memory: 128Mi\n requests:\n cpu: 10m\n memory: 64Mi\n replicas: 1\n serviceAccount:\n annotations: {}\nkubernetesClusterDomain: cluster.local\nmetricsService:\n ports:\n - name: https\n port: 8443\n protocol: TCP\n targetPort: https\n type: ClusterIP\nauth:\n # Override the service account used by AWS validator (optional, could be used for IAM roles for Service Accounts)\n # WARNING: the chosen service account must have the same RBAC privileges as seen in templates/manager-rbac.yaml\n serviceAccountName: \"\""}, {"chart": {"name": "validator-plugin-network", "repository": "validator-plugin-network", "version": "v0.1.1"}, "values": "controllerManager:\n manager:\n args:\n - --health-probe-bind-address=:8081\n - --metrics-bind-address=:8443\n - --leader-elect\n containerSecurityContext:\n allowPrivilegeEscalation: true\n capabilities:\n add:\n - NET_RAW\n drop:\n - ALL\n image:\n repository: quay.io/validator-labs/validator-plugin-network\n tag: v0.1.1\n resources:\n limits:\n cpu: 500m\n memory: 128Mi\n requests:\n cpu: 10m\n memory: 64Mi\n replicas: 1\n serviceAccount:\n annotations: {}\nkubernetesClusterDomain: cluster.local\nmetricsService:\n ports:\n - name: https\n port: 8443\n protocol: TCP\n targetPort: https\n type: ClusterIP"}, {"chart": {"name": "validator-plugin-maas", "repository": "validator-plugin-maas", "version": "v0.0.13"}, "values": "controllerManager:\n manager:\n args:\n - --metrics-bind-address=:8443\n - --health-probe-bind-address=:8081\n - --leader-elect\n containerSecurityContext:\n allowPrivilegeEscalation: false\n capabilities:\n drop:\n - ALL\n image:\n repository: quay.io/validator-labs/validator-plugin-maas\n tag: v0.0.13\n resources:\n limits:\n cpu: 500m\n memory: 128Mi\n requests:\n cpu: 10m\n memory: 64Mi\n replicas: 1\n serviceAccount:\n annotations: {}\nkubernetesClusterDomain: cluster.local\nmetricsService:\n ports:\n - name: https\n port: 8443\n protocol: TCP\n targetPort: 8443\n type: ClusterIP"}, {"chart": {"name": "validator-plugin-vsphere", "repository": "validator-plugin-vsphere", "version": "v0.1.5"}, "values": "controllerManager:\n manager:\n args:\n - --health-probe-bind-address=:8081\n - --metrics-bind-address=:8443\n - --leader-elect\n containerSecurityContext:\n allowPrivilegeEscalation: false\n capabilities:\n drop:\n - ALL\n image:\n repository: quay.io/validator-labs/validator-plugin-vsphere\n tag: v0.1.5\n resources:\n limits:\n cpu: 500m\n memory: 128Mi\n requests:\n cpu: 10m\n memory: 64Mi\n replicas: 1\n serviceAccount:\n annotations: {}\nkubernetesClusterDomain: cluster.local\nmetricsService:\n ports:\n - name: https\n port: 8443\n protocol: TCP\n targetPort: https\n type: ClusterIP"}]` |
48+
| `plugins` | | `[{"chart": {"name": "validator-plugin-azure", "repository": "validator-plugin-azure", "version": "v0.0.26"}, "values": "controllerManager:\n manager:\n args:\n - --health-probe-bind-address=:8081\n - --metrics-bind-address=:8443\n - --leader-elect\n containerSecurityContext:\n allowPrivilegeEscalation: false\n capabilities:\n drop:\n - ALL\n image:\n repository: quay.io/validator-labs/validator-plugin-azure\n tag: v0.0.26\n resources:\n limits:\n cpu: 500m\n memory: 128Mi\n requests:\n cpu: 10m\n memory: 64Mi\n # Optionally specify a volumeMount to mount a volume containing a private key\n # to leverage Azure Service principal with certificate authentication.\n volumeMounts: []\n replicas: 1\n serviceAccount:\n annotations: {}\n # Optionally specify a volume containing a private key to leverage Azure Service\n # principal with certificate authentication.\n volumes: []\n # Optionally specify additional labels to use for the controller-manager Pods.\n podLabels: {}\nkubernetesClusterDomain: cluster.local\nmetricsService:\n ports:\n - name: https\n port: 8443\n protocol: TCP\n targetPort: 8443\n type: ClusterIP\nauth:\n # Override the service account used by Azure validator (optional, could be used for WorkloadIdentityCredentials on AKS)\n # WARNING: the chosen service account must include all RBAC privileges found in templates/manager-rbac.yaml\n serviceAccountName: \"\"\n# Optionally specify the Azure environment to use. Defaults to \"AzureCloud\" for public Azure cloud.\n# Other acceptable values are \"AzureUSGovernment\" and \"AzureChinaCloud\".\nazureEnvironment: \"AzureCloud\""}, {"chart": {"name": "validator-plugin-oci", "repository": "validator-plugin-oci", "version": "v0.3.5"}, "values": "controllerManager:\n manager:\n args:\n - --health-probe-bind-address=:8081\n - --metrics-bind-address=:8443\n - --leader-elect\n containerSecurityContext:\n allowPrivilegeEscalation: false\n capabilities:\n drop:\n - ALL\n image:\n repository: quay.io/validator-labs/validator-plugin-oci\n tag: v0.3.5\n resources:\n limits:\n cpu: 500m\n memory: 128Mi\n requests:\n cpu: 10m\n memory: 64Mi\n replicas: 1\n serviceAccount:\n annotations: {}\nkubernetesClusterDomain: cluster.local\nmetricsService:\n ports:\n - name: https\n port: 8443\n protocol: TCP\n targetPort: 8443\n type: ClusterIP"}, {"chart": {"name": "validator-plugin-kubescape", "repository": "validator-plugin-kubescape", "version": "v0.0.6"}, "values": "controllerManager:\n manager:\n args:\n - --health-probe-bind-address=:8081\n - --metrics-bind-address=:8443\n - --leader-elect\n containerSecurityContext:\n allowPrivilegeEscalation: false\n capabilities:\n drop:\n - ALL\n image:\n repository: quay.io/validator-labs/validator-plugin-kubescape\n tag: v0.0.6\n resources:\n limits:\n cpu: 500m\n memory: 128Mi\n requests:\n cpu: 10m\n memory: 64Mi\n # Optionally specify a volumeMount to mount a volume containing a private key\n # to leverage Azure Service principal with certificate authentication.\n volumeMounts: []\n replicas: 1\n serviceAccount:\n annotations: {}\n # Optionally specify a volume containing a private key to leverage Azure Service\n # principal with certificate authentication.\n volumes: []\n # Optionally specify additional labels to use for the controller-manager Pods.\n podLabels: {}\nkubernetesClusterDomain: cluster.local\nmetricsService:\n ports:\n - name: https\n port: 8443\n protocol: TCP\n targetPort: 8443\n type: ClusterIP"}, {"chart": {"name": "validator-plugin-aws", "repository": "validator-plugin-aws", "version": "v0.1.12"}, "values": "controllerManager:\n manager:\n args:\n - --health-probe-bind-address=:8081\n - --metrics-bind-address=:8443\n - --leader-elect\n containerSecurityContext:\n allowPrivilegeEscalation: false\n capabilities:\n drop:\n - ALL\n image:\n repository: quay.io/validator-labs/validator-plugin-aws\n tag: v0.1.12\n resources:\n limits:\n cpu: 500m\n memory: 128Mi\n requests:\n cpu: 10m\n memory: 64Mi\n replicas: 1\n serviceAccount:\n annotations: {}\nkubernetesClusterDomain: cluster.local\nmetricsService:\n ports:\n - name: https\n port: 8443\n protocol: TCP\n targetPort: 8443\n type: ClusterIP\nauth:\n # Override the service account used by AWS validator (optional, could be used for IAM roles for Service Accounts)\n # WARNING: the chosen service account must have the same RBAC privileges as seen in templates/manager-rbac.yaml\n serviceAccountName: \"\""}, {"chart": {"name": "validator-plugin-network", "repository": "validator-plugin-network", "version": "v0.1.2"}, "values": "controllerManager:\n manager:\n args:\n - --health-probe-bind-address=:8081\n - --metrics-bind-address=:8443\n - --leader-elect\n containerSecurityContext:\n allowPrivilegeEscalation: true\n capabilities:\n add:\n - NET_RAW\n drop:\n - ALL\n image:\n repository: quay.io/validator-labs/validator-plugin-network\n tag: v0.1.2\n resources:\n limits:\n cpu: 500m\n memory: 128Mi\n requests:\n cpu: 10m\n memory: 64Mi\n replicas: 1\n serviceAccount:\n annotations: {}\nkubernetesClusterDomain: cluster.local\nmetricsService:\n ports:\n - name: https\n port: 8443\n protocol: TCP\n targetPort: 8443\n type: ClusterIP"}, {"chart": {"name": "validator-plugin-maas", "repository": "validator-plugin-maas", "version": "v0.0.13"}, "values": "controllerManager:\n manager:\n args:\n - --metrics-bind-address=:8443\n - --health-probe-bind-address=:8081\n - --leader-elect\n containerSecurityContext:\n allowPrivilegeEscalation: false\n capabilities:\n drop:\n - ALL\n image:\n repository: quay.io/validator-labs/validator-plugin-maas\n tag: v0.0.13\n resources:\n limits:\n cpu: 500m\n memory: 128Mi\n requests:\n cpu: 10m\n memory: 64Mi\n replicas: 1\n serviceAccount:\n annotations: {}\nkubernetesClusterDomain: cluster.local\nmetricsService:\n ports:\n - name: https\n port: 8443\n protocol: TCP\n targetPort: 8443\n type: ClusterIP"}, {"chart": {"name": "validator-plugin-vsphere", "repository": "validator-plugin-vsphere", "version": "v0.1.6"}, "values": "controllerManager:\n manager:\n args:\n - --health-probe-bind-address=:8081\n - --metrics-bind-address=:8443\n - --leader-elect\n containerSecurityContext:\n allowPrivilegeEscalation: false\n capabilities:\n drop:\n - ALL\n image:\n repository: quay.io/validator-labs/validator-plugin-vsphere\n tag: v0.1.6\n resources:\n limits:\n cpu: 500m\n memory: 128Mi\n requests:\n cpu: 10m\n memory: 64Mi\n replicas: 1\n serviceAccount:\n annotations: {}\nkubernetesClusterDomain: cluster.local\nmetricsService:\n ports:\n - name: https\n port: 8443\n protocol: TCP\n targetPort: 8443\n type: ClusterIP"}]` |
4949

5050

5151

‎chart/validator/values.yaml

+19-19
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ metricsService:
2929
- name: https
3030
port: 8443
3131
protocol: TCP
32-
targetPort: https
32+
targetPort: 8443
3333
type: ClusterIP
3434

3535
# Optional environment variable configuration
@@ -196,7 +196,7 @@ plugins:
196196
- chart:
197197
name: validator-plugin-azure
198198
repository: validator-plugin-azure
199-
version: v0.0.25
199+
version: v0.0.26
200200
values: |-
201201
controllerManager:
202202
manager:
@@ -211,7 +211,7 @@ plugins:
211211
- ALL
212212
image:
213213
repository: quay.io/validator-labs/validator-plugin-azure
214-
tag: v0.0.25
214+
tag: v0.0.26
215215
resources:
216216
limits:
217217
cpu: 500m
@@ -236,7 +236,7 @@ plugins:
236236
- name: https
237237
port: 8443
238238
protocol: TCP
239-
targetPort: https
239+
targetPort: 8443
240240
type: ClusterIP
241241
auth:
242242
# Override the service account used by Azure validator (optional, could be used for WorkloadIdentityCredentials on AKS)
@@ -248,7 +248,7 @@ plugins:
248248
- chart:
249249
name: validator-plugin-oci
250250
repository: validator-plugin-oci
251-
version: v0.3.4
251+
version: v0.3.5
252252
values: |-
253253
controllerManager:
254254
manager:
@@ -263,7 +263,7 @@ plugins:
263263
- ALL
264264
image:
265265
repository: quay.io/validator-labs/validator-plugin-oci
266-
tag: v0.3.4
266+
tag: v0.3.5
267267
resources:
268268
limits:
269269
cpu: 500m
@@ -280,12 +280,12 @@ plugins:
280280
- name: https
281281
port: 8443
282282
protocol: TCP
283-
targetPort: https
283+
targetPort: 8443
284284
type: ClusterIP
285285
- chart:
286286
name: validator-plugin-kubescape
287287
repository: validator-plugin-kubescape
288-
version: v0.0.5
288+
version: v0.0.6
289289
values: |-
290290
controllerManager:
291291
manager:
@@ -300,7 +300,7 @@ plugins:
300300
- ALL
301301
image:
302302
repository: quay.io/validator-labs/validator-plugin-kubescape
303-
tag: v0.0.5
303+
tag: v0.0.6
304304
resources:
305305
limits:
306306
cpu: 500m
@@ -325,12 +325,12 @@ plugins:
325325
- name: https
326326
port: 8443
327327
protocol: TCP
328-
targetPort: https
328+
targetPort: 8443
329329
type: ClusterIP
330330
- chart:
331331
name: validator-plugin-aws
332332
repository: validator-plugin-aws
333-
version: v0.1.11
333+
version: v0.1.12
334334
values: |-
335335
controllerManager:
336336
manager:
@@ -345,7 +345,7 @@ plugins:
345345
- ALL
346346
image:
347347
repository: quay.io/validator-labs/validator-plugin-aws
348-
tag: v0.1.11
348+
tag: v0.1.12
349349
resources:
350350
limits:
351351
cpu: 500m
@@ -362,7 +362,7 @@ plugins:
362362
- name: https
363363
port: 8443
364364
protocol: TCP
365-
targetPort: https
365+
targetPort: 8443
366366
type: ClusterIP
367367
auth:
368368
# Override the service account used by AWS validator (optional, could be used for IAM roles for Service Accounts)
@@ -371,7 +371,7 @@ plugins:
371371
- chart:
372372
name: validator-plugin-network
373373
repository: validator-plugin-network
374-
version: v0.1.1
374+
version: v0.1.2
375375
values: |-
376376
controllerManager:
377377
manager:
@@ -388,7 +388,7 @@ plugins:
388388
- ALL
389389
image:
390390
repository: quay.io/validator-labs/validator-plugin-network
391-
tag: v0.1.1
391+
tag: v0.1.2
392392
resources:
393393
limits:
394394
cpu: 500m
@@ -405,7 +405,7 @@ plugins:
405405
- name: https
406406
port: 8443
407407
protocol: TCP
408-
targetPort: https
408+
targetPort: 8443
409409
type: ClusterIP
410410
- chart:
411411
name: validator-plugin-maas
@@ -447,7 +447,7 @@ plugins:
447447
- chart:
448448
name: validator-plugin-vsphere
449449
repository: validator-plugin-vsphere
450-
version: v0.1.5
450+
version: v0.1.6
451451
values: |-
452452
controllerManager:
453453
manager:
@@ -462,7 +462,7 @@ plugins:
462462
- ALL
463463
image:
464464
repository: quay.io/validator-labs/validator-plugin-vsphere
465-
tag: v0.1.5
465+
tag: v0.1.6
466466
resources:
467467
limits:
468468
cpu: 500m
@@ -479,5 +479,5 @@ plugins:
479479
- name: https
480480
port: 8443
481481
protocol: TCP
482-
targetPort: https
482+
targetPort: 8443
483483
type: ClusterIP

‎hack/chart/values-base.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ metricsService:
2929
- name: https
3030
port: 8443
3131
protocol: TCP
32-
targetPort: https
32+
targetPort: 8443
3333
type: ClusterIP
3434

3535
# Optional environment variable configuration

‎hauler-manifest.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ metadata:
55
spec:
66
images:
77
- name: quay.io/validator-labs/validator:v0.1.15 # x-release-please-version
8-
- name: quay.io/validator-labs/validator-plugin-aws:v0.1.11
9-
- name: quay.io/validator-labs/validator-plugin-azure:v0.0.25
10-
- name: quay.io/validator-labs/validator-plugin-kubescape:v0.0.5
8+
- name: quay.io/validator-labs/validator-plugin-aws:v0.1.12
9+
- name: quay.io/validator-labs/validator-plugin-azure:v0.0.26
10+
- name: quay.io/validator-labs/validator-plugin-kubescape:v0.0.6
1111
- name: quay.io/validator-labs/validator-plugin-maas:v0.0.13
12-
- name: quay.io/validator-labs/validator-plugin-network:v0.1.1
13-
- name: quay.io/validator-labs/validator-plugin-oci:v0.3.4
14-
- name: quay.io/validator-labs/validator-plugin-vsphere:v0.1.5
12+
- name: quay.io/validator-labs/validator-plugin-network:v0.1.2
13+
- name: quay.io/validator-labs/validator-plugin-oci:v0.3.5
14+
- name: quay.io/validator-labs/validator-plugin-vsphere:v0.1.6
1515
- name: quay.io/validator-labs/validator-certs-init:1.0.0
1616
- name: gcr.io/spectro-images-public/release/spectro-cleanup:1.2.0
1717
- name: kindest/node:v1.30.2
@@ -27,25 +27,25 @@ spec:
2727
version: 0.1.15 # x-release-please-version
2828
- name: validator-plugin-aws
2929
repoURL: https://validator-labs.github.io/validator-plugin-aws
30-
version: 0.1.11
30+
version: 0.1.12
3131
- name: validator-plugin-azure
3232
repoURL: https://validator-labs.github.io/validator-plugin-azure
33-
version: 0.0.25
33+
version: 0.0.26
3434
- name: validator-plugin-kubescape
3535
repoURL: https://validator-labs.github.io/validator-plugin-kubescape
36-
version: 0.0.5
36+
version: 0.0.6
3737
- name: validator-plugin-maas
3838
repoURL: https://validator-labs.github.io/validator-plugin-maas
3939
version: 0.0.13
4040
- name: validator-plugin-network
4141
repoURL: https://validator-labs.github.io/validator-plugin-network
42-
version: 0.1.1
42+
version: 0.1.2
4343
- name: validator-plugin-oci
4444
repoURL: https://validator-labs.github.io/validator-plugin-oci
45-
version: 0.3.4
45+
version: 0.3.5
4646
- name: validator-plugin-vsphere
4747
repoURL: https://validator-labs.github.io/validator-plugin-vsphere
48-
version: 0.1.5
48+
version: 0.1.6
4949
---
5050
apiVersion: content.hauler.cattle.io/v1alpha1
5151
kind: Files

‎internal/controller/testdata/vc-network.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ spec:
4747
- name: https
4848
port: 8443
4949
protocol: TCP
50-
targetPort: https
50+
targetPort: 8443
5151
type: ClusterIP

0 commit comments

Comments
 (0)
Please sign in to comment.