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