netflux-kubernetes/deploy/base/svc-radicale.yaml

20 lines
334 B
YAML
Raw Normal View History

2022-06-19 02:46:48 +00:00
apiVersion: v1
kind: Service
metadata:
labels:
app: radicale
component: web
app.kubernetes.io/instance: radicale
app.kubernetes.io/name: radicale
name: radicale
spec:
ports:
- name: caldav
port: 5232
protocol: TCP
targetPort: 5232
selector:
app: radicale
component: web
type: ClusterIP