cert 3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-10-23 21:00:14 +02:00
parent 7d05462d3f
commit a7d09b4c5f
2 changed files with 6 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ spec:
mountPath: /etc/exim/db
readOnly: true
- name: tls-cert
mountPath: /etc/exim/db
mountPath: /etc/exim/ssl
readOnly: true
volumes:
- name: exim-config
@@ -50,11 +50,14 @@ spec:
- name: tls-cert
secret:
secretName: exim-forwarder-cert
defaultMode: 0644
items:
- key: tls.crt
path: server.crt
mode: 0644
- key: tls.key
path: server.key
mode: 0400
---
apiVersion: v1
kind: Service