diff --git a/deploy/artifact-catalog.d601-v03.json b/deploy/artifact-catalog.d601-v03.json index a818ce45..786d0aff 100644 --- a/deploy/artifact-catalog.d601-v03.json +++ b/deploy/artifact-catalog.d601-v03.json @@ -10,7 +10,7 @@ "publish": { "ciPublished": true, "registryVerified": true, - "provenance": "node-ci-artifact:hwlab-v03-ci-poll-11afa1a7d1aa-collect", + "provenance": "node-ci-artifact:hwlab-v03-ci-poll-11afa1a7d1aa-rmqudesx1-collect", "note": "Digest fields were copied from a successful DEV artifact publish report for this source commit." }, "healthContract": { diff --git a/deploy/gitops/node/d601/runtime-v03/external-postgres.yaml b/deploy/gitops/node/d601/runtime-v03/external-postgres.yaml index 3bf305fa..6ef33587 100644 --- a/deploy/gitops/node/d601/runtime-v03/external-postgres.yaml +++ b/deploy/gitops/node/d601/runtime-v03/external-postgres.yaml @@ -20,8 +20,8 @@ items: type: ClusterIP ports: - name: postgres - port: 5432 - targetPort: 5432 + port: 25432 + targetPort: 25432 protocol: TCP - apiVersion: discovery.k8s.io/v1 kind: EndpointSlice @@ -39,13 +39,13 @@ items: kubernetes.io/service-name: pk01-platform-postgres annotations: hwlab.pikastech.local/rendered-by: scripts/gitops-render.mjs - addressType: IPv4 + addressType: FQDN ports: - name: postgres - port: 5432 + port: 25432 protocol: TCP endpoints: - addresses: - - 82.156.23.220 + - d601-tcp-egress-gateway.unidesk.svc.cluster.local conditions: ready: true