This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/docspell/postgres/service.yaml

17 lines
240 B
YAML
Raw Normal View History

2021-01-10 20:10:35 +00:00
apiVersion: v1
kind: Service
metadata:
labels:
app: postgres
name: postgres
namespace: docspell
spec:
ports:
- name: "5432"
port: 5432
protocol: TCP
targetPort: 5432
selector:
app: postgres
type: ClusterIP