From 78f0c508e785419c025daee35a6630c7ed6727d7 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Wed, 26 Mar 2025 11:41:44 +0100 Subject: [PATCH] Change extra port --- apps/templates/blog-helm.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/templates/blog-helm.yaml b/apps/templates/blog-helm.yaml index 4359444..8b0c966 100644 --- a/apps/templates/blog-helm.yaml +++ b/apps/templates/blog-helm.yaml @@ -17,8 +17,8 @@ spec: helm: values: | image: - repository: ghost - tag: 5.114.1 + # repository: ghost + # tag: 5.114.1 debug: true ghostUsername: Ruben ## @param existingSecret Name of existing secret containing Ghost credentials @@ -70,7 +70,10 @@ spec: ports: http: 80 https: 443 - smtp: 587 + extraPorts: + smtp: + name: smtp + port: 587 ingress: enabled: true ingressClassName: nginx