stack/kustomizations/radicale/service.yaml

12 lines
166 B
YAML

apiVersion: v1
kind: Service
metadata:
name: radicale
spec:
type: ClusterIP
ports:
- port: 5232
targetPort: http
protocol: TCP
name: http