This commit is contained in:
2026-01-15 13:43:27 +01:00
commit 9e5de340b2
2 changed files with 56 additions and 0 deletions

14
deploy.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
NAMESPACE=mail
kubectl create secret generic smtp-secrets \
--dry-run=client \
-o yaml \
--save-config \
--from-literal=RELAY_NETWORKS=":10.0.0.0/8" | \
kubectl apply -n $NAMESPACE -f -
kubectl apply -n $NAMESPACE -f deploy.yml