diff --git a/charts/apps/k8s-ycl/Chart.yaml b/charts/apps/k8s-ycl/Chart.yaml index 6a6eeaff..4e9160b7 100644 --- a/charts/apps/k8s-ycl/Chart.yaml +++ b/charts/apps/k8s-ycl/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 description: Kubernetes admission controller to remove CPU limits from Pods. name: k8s-ycl -version: 1.0.1 +version: 1.0.2 appVersion: v0.1.0 kubeVersion: ">=1.22.0-0" sources: @@ -22,9 +22,9 @@ dependencies: version: 2.0.3 annotations: artifacthub.io/changes: |- - - kind: changed + - kind: fixed description: | - Default to rollingUpdate strategy + Probes should point to numbered ports artifacthub.io/links: | - name: "source" url: "https://github.com/bjw-s/k8s-ycl" diff --git a/charts/apps/k8s-ycl/templates/common.yaml b/charts/apps/k8s-ycl/templates/common.yaml index 6000e88d..bf1d1d95 100644 --- a/charts/apps/k8s-ycl/templates/common.yaml +++ b/charts/apps/k8s-ycl/templates/common.yaml @@ -17,7 +17,7 @@ controllers: spec: httpGet: path: /healthz - port: probe + port: 8081 initialDelaySeconds: 0 periodSeconds: 10 timeoutSeconds: 1 @@ -28,7 +28,7 @@ controllers: spec: httpGet: path: /readyz - port: probe + port: 8081 initialDelaySeconds: 0 periodSeconds: 10 timeoutSeconds: 1 @@ -39,7 +39,7 @@ controllers: spec: httpGet: path: /healthz - port: probe + port: 8081 failureThreshold: 30 periodSeconds: 10