apiVersion: v1 kind: Service metadata: name: netbox-postgres namespace: netbox spec: selector: app: netbox-postgres type: ClusterIP ports: - name: netbox-postgres-port protocol: TCP port: 5432 targetPort: 5432