Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit ab417dba authored by Natalia Szakiel's avatar Natalia Szakiel
Browse files

versions fixes

parent 8f26fcfa
No related branches found
No related tags found
3 merge requests!48Develop,!46Develop,!45versions fixes
Pipeline #210280 passed
name: simpl-mailpit
type: application
version: 0.13.2
description: A Helm chart for creating a Mailpit Server in Kubernetes
dependencies:
- name: mailpit
version: 0.13.2
repository: https://jouve.github.io/charts/
\ No newline at end of file
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: {{ .Release.Name }}-cert
spec:
dnsNames:
- {{ index .Values "mailpit" "ingress" "hostname" }}
secretName: mailpit-tls-cert
duration: {{ .Values.cert.duration }}
renewBefore: {{ .Values.cert.renewBefore }}
issuerRef:
name: selfsigned-ca
kind: ClusterIssuer
privateKey:
encoding: "PKCS8"
\ No newline at end of file
cert:
duration: 2160h # 90d
renewBefore: 360h # 15d
mailpit:
ingress:
enabled: true
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/use-regex: "true"
ingressClassName: "nginx"
hostname: mailpit.dev.simpl-europe.eu
path: /
pathType: Prefix
extraHosts: []
tls: false
extraTls: []
image:
registry: docker.io
tag: "v1.14"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment