From d39d6049e682d6459abf6246ba7c8b114818078f Mon Sep 17 00:00:00 2001 From: Vicken Liu <vicken.liu@gmail.com> Date: Mon, 7 Mar 2022 14:19:50 +1300 Subject: [PATCH 1/2] add probs to template --- templates/deployment.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index c265d93..21748a2 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -58,14 +58,14 @@ spec: - name: http containerPort: {{ .Values.appValues.PORT }} protocol: TCP - # livenessProbe: - # httpGet: - # path: / - # port: http - # readinessProbe: - # httpGet: - # path: / - # port: http + livenessProbe: + httpGet: + path: /auth + port: http + readinessProbe: + httpGet: + path: /auth + port: http resources: {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.nodeSelector }} From cf85850de70958c967cf313ada1820dc3507a4d1 Mon Sep 17 00:00:00 2001 From: Vicken Liu <vicken.liu@gmail.com> Date: Mon, 7 Mar 2022 14:25:40 +1300 Subject: [PATCH 2/2] bump version to 0.0.10 --- Chart.yaml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index a35bdab..eb77bd7 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -16,13 +16,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.9 +version: 0.0.10 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.0.9" +appVersion: "0.0.10" dependencies: - name: redis diff --git a/README.md b/README.md index cd5c40e..4238221 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # did-auth-proxy-helm -   +   A Helm chart for DID auth proxy