14 lines
231 B
YAML
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
|