Files
k8scd/snappymail/service.yaml
T
2026-01-26 02:07:14 +01:00

15 lines
211 B
YAML

apiVersion: v1
kind: Service
metadata:
name: snappymail
labels:
app: snappymail
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 8888
protocol: TCP
selector:
app: snappymail