From 89862d769ebfea92749a485471d9b797da7fb701 Mon Sep 17 00:00:00 2001 From: HWLAB node GitOps Bot Date: Fri, 12 Jun 2026 16:24:19 +0000 Subject: [PATCH] chore: promote node GitOps source 25e1125 --- .../d601/runtime-v03/external-postgres.yaml | 39 ------------------- .../node/d601/runtime-v03/kustomization.yaml | 1 - 2 files changed, 40 deletions(-) diff --git a/deploy/gitops/node/d601/runtime-v03/external-postgres.yaml b/deploy/gitops/node/d601/runtime-v03/external-postgres.yaml index 65f08f9f..f60f9336 100644 --- a/deploy/gitops/node/d601/runtime-v03/external-postgres.yaml +++ b/deploy/gitops/node/d601/runtime-v03/external-postgres.yaml @@ -32,45 +32,6 @@ } ] } - }, - { - "apiVersion": "discovery.k8s.io/v1", - "kind": "EndpointSlice", - "metadata": { - "name": "g14-platform-postgres-host", - "namespace": "hwlab-v03", - "labels": { - "app.kubernetes.io/name": "g14-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": "25e1125babfc2a963275a9dadb2ecd25c55feaec", - "kubernetes.io/service-name": "g14-platform-postgres" - }, - "annotations": { - "hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs" - } - }, - "addressType": "IPv4", - "ports": [ - { - "name": "postgres", - "port": 5432, - "protocol": "TCP" - } - ], - "endpoints": [ - { - "addresses": [ - "10.42.0.1" - ], - "conditions": { - "ready": true - } - } - ] } ] } diff --git a/deploy/gitops/node/d601/runtime-v03/kustomization.yaml b/deploy/gitops/node/d601/runtime-v03/kustomization.yaml index 4d8e672a..024541f0 100644 --- a/deploy/gitops/node/d601/runtime-v03/kustomization.yaml +++ b/deploy/gitops/node/d601/runtime-v03/kustomization.yaml @@ -10,7 +10,6 @@ "deepseek-proxy.yaml", "external-postgres.yaml", "openfga.yaml", - "observability.yaml", "node-frpc.yaml" ] }