Reapply "Add snappy, remove sogo"

This reverts commit 392aed9a65.
This commit is contained in:
Ruben Hensen
2026-01-26 02:13:40 +01:00
parent 392aed9a65
commit fa4dfff2ec
11 changed files with 104 additions and 250 deletions
+14
View File
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: snappymail
labels:
app: snappymail
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 8888
protocol: TCP
selector:
app: snappymail