This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit 45b7f36062ca6c617cf02648c39a34da7fe32d09
Author: Dan Klco <[email protected]>
AuthorDate: Thu Nov 5 16:46:39 2020 -0500

    Fixing to use a specific port
---
 helm/slingcms-standalone/templates/service.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/slingcms-standalone/templates/service.yaml 
b/helm/slingcms-standalone/templates/service.yaml
index fa2fa5a..0f4a928 100644
--- a/helm/slingcms-standalone/templates/service.yaml
+++ b/helm/slingcms-standalone/templates/service.yaml
@@ -24,7 +24,7 @@ spec:
   type: {{ .Values.service.type }}
   ports:
     - port: {{ .Values.service.port }}
-      targetPort: http
+      targetPort: 80
       protocol: TCP
       name: http
   selector:

Reply via email to