# Source: gitea/charts/postgresql-ha/templates/postgresql/service.yaml apiVersion: v1 kind: Service metadata: name: gitea-postgresql-ha-postgresql namespace: "vynil-ci" labels: app.kubernetes.io/instance: gitea app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: postgresql-ha helm.sh/chart: postgresql-ha-11.9.4 app.kubernetes.io/component: postgresql spec: type: ClusterIP ports: - name: "postgresql" port: 5432 targetPort: postgresql protocol: TCP selector: app.kubernetes.io/instance: gitea app.kubernetes.io/name: postgresql-ha app.kubernetes.io/component: postgresql role: data