wekan / charts

Wekan Helm Charts to deploy to Kubernetes
MIT License
3 stars 15 forks source link

[Request] Add port value #27

Closed markksuite closed 12 months ago

markksuite commented 12 months ago

Add port value, or use service.port (8080 by default)

Use this value in deployment.yaml, to ports and livenessProbe/readinessProbe sections

markksuite commented 12 months ago

Ex. ... containerPort: {{ .Values.service.port }} ...

xet7 commented 12 months ago

@markksuite

Please send PR. Thanks!

markksuite commented 12 months ago

28

markksuite commented 12 months ago

Thanks for merging

xet7 commented 12 months ago

Fixed at https://github.com/wekan/charts/pull/28