You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2020/11/05 21:47:45 UTC

[sling-org-apache-sling-app-cms] 03/04: Fixing to use a specific port

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 <dk...@apache.org>
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: