File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ The helm chart is released to [ghcr.io](ghcr.io) automatically by [Github action
24243 . Deploy to k8s ` helm install webapp webapp-python/helm `
2525If you want to customize the deployment, please check the [ values file] ( ./charts/webapp/values.yaml ) .
2626
27+ #### Optional
28+ - Test helm deployment: ` helm test webapp `
29+ - Uninstall deployment: ` helm uninstall webapp `
30+
2731## Docker image build
2832The Docker image is build and pushed to [ ghcr.io] ( ghcr.io ) automatically by [ Github actions] ( https://github.com/matandomuertos/webapp-python/actions ) .
2933
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.0.2
18+ version : 0.0.3
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 1111 - name : wget
1212 image : busybox
1313 command : ['wget']
14- args : ['{{ include "helm.fullname" . }}:{{ .Values.service.port }}']
14+ args : ['{{ include "helm.fullname" . }}:{{ .Values.service.port }}/-/health ']
1515 restartPolicy : Never
You can’t perform that action at this time.
0 commit comments