From 2cc97e5b98c35d8d532d8a949769c1a09e083069 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Fri, 12 Dec 2025 22:45:45 +1100 Subject: [PATCH] configured ingress --- values.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/values.yaml b/values.yaml index 3ddffd3..0bc70d4 100644 --- a/values.yaml +++ b/values.yaml @@ -63,7 +63,7 @@ containerSecurityContext: - ALL ingress: - enabled: false + enabled: true ingressClassName: openshift-default annotations: kubernetes.io/ingress.class: openshift-default @@ -92,7 +92,8 @@ outgoingSMTP: enabled: false existingSecret: "" fileName: outgoing-smtp.json - fileContents: {} + fileContents: + {} # See https://github.com/mailhog/MailHog/blob/master/docs/CONFIG.md#outgoing-smtp-configuration # Only name, host and port are required. # @@ -124,7 +125,8 @@ livenessProbe: readinessProbe: {} -resources: {} +resources: + {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following