configured ingress
Some checks failed
Helm Publish / publish (push) Failing after 2m19s

This commit is contained in:
2025-12-12 22:45:45 +11:00
parent 6c4241258b
commit 2cc97e5b98

View File

@@ -63,7 +63,7 @@ containerSecurityContext:
- ALL - ALL
ingress: ingress:
enabled: false enabled: true
ingressClassName: openshift-default ingressClassName: openshift-default
annotations: annotations:
kubernetes.io/ingress.class: openshift-default kubernetes.io/ingress.class: openshift-default
@@ -92,7 +92,8 @@ outgoingSMTP:
enabled: false enabled: false
existingSecret: "" existingSecret: ""
fileName: outgoing-smtp.json fileName: outgoing-smtp.json
fileContents: {} fileContents:
{}
# See https://github.com/mailhog/MailHog/blob/master/docs/CONFIG.md#outgoing-smtp-configuration # See https://github.com/mailhog/MailHog/blob/master/docs/CONFIG.md#outgoing-smtp-configuration
# Only name, host and port are required. # Only name, host and port are required.
# #
@@ -124,7 +125,8 @@ livenessProbe:
readinessProbe: {} readinessProbe: {}
resources: {} resources:
{}
# We usually recommend not to specify default resources and to leave this as a conscious # 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 # 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 # resources, such as Minikube. If you do want to specify resources, uncomment the following