chore: promote node GitOps source 3a87d35

This commit is contained in:
HWLAB node GitOps Bot
2026-07-10 08:44:31 +00:00
parent 080f2c55f8
commit 961aa4a44f
10 changed files with 2522 additions and 4472 deletions
@@ -1,76 +1,48 @@
{
"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": "3a87d3513a2f5ec629e394de3376165cb41ee913"
},
"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": "nc01-host-postgres-host",
"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": "3a87d3513a2f5ec629e394de3376165cb41ee913",
"kubernetes.io/service-name": "nc01-host-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
}
}
]
}
]
}
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: 3a87d3513a2f5ec629e394de3376165cb41ee913
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: 3a87d3513a2f5ec629e394de3376165cb41ee913
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