Use templates

This commit is contained in:
2025-11-30 22:37:31 +01:00
parent 83ac75ec50
commit 2df40cc622
5 changed files with 10 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
# Ignore instance specific configuration files
config.map
secrets.yml
+1 -1
View File
@@ -1,5 +1,5 @@
[Unit]
Description=Addy Mail Service (Pod)
Description=Addy.io Mail Service (Pod)
Requires=addy-db.volume
Requires=addy-data.volume
After=addy-db.volume
+6
View File
@@ -56,6 +56,12 @@ spec:
- name: REDIS_HOST
value: "127.0.0.1"
- name: APP_KEY
valueFrom:
secretKeyRef:
name: addy.io-secrets
key: app-key
# Database Configuration
- name: DB_DATABASE
valueFrom:
View File
View File