kubs/alaskarTV/arr-database/service.yaml
2025-01-11 05:40:20 +03:00

14 lines
231 B
YAML

apiVersion: v1
kind: Service
metadata:
name: arr-db
labels:
io.kompose.service: arr-db
spec:
type: ClusterIP
ports:
- port: 5433
targetPort: 5432
protocol: TCP
selector:
io.kompose.service: arr-db