chore: promote node GitOps source 37239cc

This commit is contained in:
HWLAB node GitOps Bot
2026-07-09 04:07:49 +00:00
parent ade0fae5cd
commit 53ef81ee3d
14 changed files with 4511 additions and 2560 deletions
@@ -1,48 +1,76 @@
apiVersion: v1
kind: List
items:
- apiVersion: v1
kind: Service
metadata:
name: nc01-host-postgres
namespace: hwlab-v03
labels:
app.kubernetes.io/name: nc01-host-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: cd68f0255956a4a1eae5dc01e44ee2434c5a4831
annotations:
hwlab.pikastech.local/rendered-by: scripts/gitops-render.mjs
spec:
type: ClusterIP
ports:
- name: postgres
port: 5432
targetPort: 5432
protocol: TCP
- apiVersion: v1
kind: Endpoints
metadata:
name: nc01-host-postgres
namespace: hwlab-v03
labels:
app.kubernetes.io/name: nc01-host-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: cd68f0255956a4a1eae5dc01e44ee2434c5a4831
kubernetes.io/service-name: nc01-host-postgres
annotations:
hwlab.pikastech.local/rendered-by: scripts/gitops-render.mjs
subsets:
- addresses:
- ip: 10.42.0.1
ports:
- name: postgres
port: 5432
protocol: TCP
{
"apiVersion": "v1",
"kind": "List",
"items": [
{
"apiVersion": "v1",
"kind": "Service",
"metadata": {
"name": "jd01-pk01-platform-postgres",
"namespace": "hwlab-v03",
"labels": {
"app.kubernetes.io/name": "jd01-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": "37239ccff43fb49f1669393bfeda0fc8cf16407d"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs"
}
},
"spec": {
"type": "ClusterIP",
"ports": [
{
"name": "postgres",
"port": 5432,
"targetPort": 5432,
"protocol": "TCP"
}
]
}
},
{
"apiVersion": "discovery.k8s.io/v1",
"kind": "EndpointSlice",
"metadata": {
"name": "jd01-pk01-platform-postgres-host",
"namespace": "hwlab-v03",
"labels": {
"app.kubernetes.io/name": "jd01-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": "37239ccff43fb49f1669393bfeda0fc8cf16407d",
"kubernetes.io/service-name": "jd01-pk01-platform-postgres"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs"
}
},
"addressType": "IPv4",
"ports": [
{
"name": "postgres",
"port": 5432,
"protocol": "TCP"
}
],
"endpoints": [
{
"addresses": [
"82.156.23.220"
],
"conditions": {
"ready": true
}
}
]
}
]
}