fix(chart): add parameter for service.targetPort, sets APP_PORT var for nginx

This commit is contained in:
holysoles
2025-01-17 17:34:58 -06:00
parent 6de3922760
commit f3ceca0828
5 changed files with 8 additions and 2 deletions
+2
View File
@@ -56,6 +56,8 @@ service:
type: ClusterIP
# -- This sets the ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports
port: 80
# -- Port to attach to on the pods. Also sets what port nginx listens on inside the container.
targetPort: 80
# This block is for setting up the ingress for more information can be found here: https://kubernetes.io/docs/concepts/services-networking/ingress/
ingress: