Files
Kubernetes-Manifests/applications/gitea/postgres/gitea-postgres-service.yaml

14 lines
241 B
YAML

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