diff --git a/deploy/artifact-catalog.d601-v03.json b/deploy/artifact-catalog.d601-v03.json index 786d0aff..82c467cd 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-rmqudesx1-collect", + "provenance": "node-ci-artifact:hwlab-v03-ci-poll-11afa1a7d1aa-rmquedmkg-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 6ef33587..64da1158 100644 --- a/deploy/gitops/node/d601/runtime-v03/external-postgres.yaml +++ b/deploy/gitops/node/d601/runtime-v03/external-postgres.yaml @@ -4,10 +4,10 @@ items: - apiVersion: v1 kind: Service metadata: - name: pk01-platform-postgres + name: d601-pk01-platform-postgres namespace: hwlab-v03 labels: - app.kubernetes.io/name: pk01-platform-postgres + app.kubernetes.io/name: d601-pk01-platform-postgres app.kubernetes.io/part-of: hwlab hwlab.pikastech.local/component: platform-db-bridge hwlab.pikastech.local/environment: v03 @@ -17,35 +17,10 @@ items: annotations: hwlab.pikastech.local/rendered-by: scripts/gitops-render.mjs spec: - type: ClusterIP + type: ExternalName ports: - name: postgres port: 25432 targetPort: 25432 protocol: TCP - - apiVersion: discovery.k8s.io/v1 - kind: EndpointSlice - metadata: - name: pk01-platform-postgres-host - namespace: hwlab-v03 - labels: - app.kubernetes.io/name: pk01-platform-postgres - app.kubernetes.io/part-of: hwlab - hwlab.pikastech.local/component: platform-db-bridge - hwlab.pikastech.local/environment: v03 - hwlab.pikastech.local/gitops-target: v03 - hwlab.pikastech.local/profile: v03 - hwlab.pikastech.local/source-commit: 11afa1a7d1aa48cd2c94691d5015f767d4726096 - kubernetes.io/service-name: pk01-platform-postgres - annotations: - hwlab.pikastech.local/rendered-by: scripts/gitops-render.mjs - addressType: FQDN - ports: - - name: postgres - port: 25432 - protocol: TCP - endpoints: - - addresses: - - d601-tcp-egress-gateway.unidesk.svc.cluster.local - conditions: - ready: true + externalName: d601-tcp-egress-gateway.unidesk.svc.cluster.local