chore: promote G14 GitOps source 8b24eb8
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
"hwlab.pikastech.local/environment": "v02",
|
||||
"hwlab.pikastech.local/gitops-target": "v02",
|
||||
"hwlab.pikastech.local/service-id": "hwlab-deepseek-proxy",
|
||||
"hwlab.pikastech.local/source-commit": "869746374be36a7aeac7443de8c72a377240ca2d"
|
||||
"hwlab.pikastech.local/source-commit": "8b24eb87c046d9673b53424b8ecac27cded7745b",
|
||||
"hwlab.pikastech.local/monitoring": "enabled"
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
@@ -33,7 +34,8 @@
|
||||
"hwlab.pikastech.local/environment": "v02",
|
||||
"hwlab.pikastech.local/gitops-target": "v02",
|
||||
"hwlab.pikastech.local/service-id": "hwlab-deepseek-proxy",
|
||||
"hwlab.pikastech.local/source-commit": "869746374be36a7aeac7443de8c72a377240ca2d"
|
||||
"hwlab.pikastech.local/source-commit": "8b24eb87c046d9673b53424b8ecac27cded7745b",
|
||||
"hwlab.pikastech.local/monitoring": "enabled"
|
||||
},
|
||||
"annotations": {
|
||||
"hwlab.pikastech.local/moonbridge-source-ref": "1b99888d3dae889b79ee602cb875c7907f7e76f2",
|
||||
@@ -60,6 +62,7 @@
|
||||
"hwlab.pikastech.local/gitops-target": "v02",
|
||||
"hwlab.pikastech.local/service-id": "hwlab-deepseek-proxy",
|
||||
"hwlab.pikastech.local/source-commit": "869746374be36a7aeac7443de8c72a377240ca2d",
|
||||
"hwlab.pikastech.local/monitoring": "enabled",
|
||||
"hwlab.pikastech.local/bridge-source-commit": "869746374be36a7aeac7443de8c72a377240ca2d"
|
||||
},
|
||||
"annotations": {
|
||||
@@ -206,6 +209,70 @@
|
||||
"mountPath": "/data"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "hwlab-metrics",
|
||||
"image": "127.0.0.1:5000/hwlab/hwlab-ci-node-tools:node22-alpine-bun-v1",
|
||||
"imagePullPolicy": "IfNotPresent",
|
||||
"command": [
|
||||
"node",
|
||||
"/metrics/metrics-sidecar.mjs"
|
||||
],
|
||||
"env": [
|
||||
{
|
||||
"name": "HWLAB_METRICS_SERVICE_ID",
|
||||
"value": "hwlab-deepseek-proxy"
|
||||
},
|
||||
{
|
||||
"name": "HWLAB_METRICS_NAMESPACE",
|
||||
"value": "hwlab-v02"
|
||||
},
|
||||
{
|
||||
"name": "HWLAB_METRICS_GITOPS_TARGET",
|
||||
"value": "v02"
|
||||
},
|
||||
{
|
||||
"name": "HWLAB_METRICS_PORT",
|
||||
"value": "9100"
|
||||
},
|
||||
{
|
||||
"name": "HWLAB_METRICS_TARGET_URL",
|
||||
"value": "http://127.0.0.1:4000/health/live"
|
||||
},
|
||||
{
|
||||
"name": "HWLAB_METRICS_TARGET_TIMEOUT_MS",
|
||||
"value": "2000"
|
||||
}
|
||||
],
|
||||
"ports": [
|
||||
{
|
||||
"name": "metrics",
|
||||
"containerPort": 9100
|
||||
}
|
||||
],
|
||||
"readinessProbe": {
|
||||
"httpGet": {
|
||||
"path": "/health/live",
|
||||
"port": "metrics"
|
||||
},
|
||||
"initialDelaySeconds": 3,
|
||||
"periodSeconds": 10
|
||||
},
|
||||
"livenessProbe": {
|
||||
"httpGet": {
|
||||
"path": "/health/live",
|
||||
"port": "metrics"
|
||||
},
|
||||
"initialDelaySeconds": 10,
|
||||
"periodSeconds": 20
|
||||
},
|
||||
"volumeMounts": [
|
||||
{
|
||||
"name": "hwlab-metrics-sidecar",
|
||||
"mountPath": "/metrics",
|
||||
"readOnly": true
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"volumes": [
|
||||
@@ -222,6 +289,12 @@
|
||||
{
|
||||
"name": "moonbridge-data",
|
||||
"emptyDir": {}
|
||||
},
|
||||
{
|
||||
"name": "hwlab-metrics-sidecar",
|
||||
"configMap": {
|
||||
"name": "hwlab-v02-metrics-sidecar"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -240,7 +313,8 @@
|
||||
"hwlab.pikastech.local/environment": "v02",
|
||||
"hwlab.pikastech.local/gitops-target": "v02",
|
||||
"hwlab.pikastech.local/service-id": "hwlab-deepseek-proxy",
|
||||
"hwlab.pikastech.local/source-commit": "869746374be36a7aeac7443de8c72a377240ca2d"
|
||||
"hwlab.pikastech.local/source-commit": "8b24eb87c046d9673b53424b8ecac27cded7745b",
|
||||
"hwlab.pikastech.local/monitoring": "enabled"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
@@ -253,6 +327,11 @@
|
||||
"name": "http",
|
||||
"port": 4000,
|
||||
"targetPort": "http"
|
||||
},
|
||||
{
|
||||
"name": "metrics",
|
||||
"port": 9100,
|
||||
"targetPort": "metrics"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"hwlab.pikastech.local/environment": "v02",
|
||||
"hwlab.pikastech.local/gitops-target": "v02",
|
||||
"hwlab.pikastech.local/profile": "v02",
|
||||
"hwlab.pikastech.local/source-commit": "869746374be36a7aeac7443de8c72a377240ca2d"
|
||||
"hwlab.pikastech.local/source-commit": "8b24eb87c046d9673b53424b8ecac27cded7745b"
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
@@ -33,7 +33,7 @@
|
||||
"hwlab.pikastech.local/environment": "v02",
|
||||
"hwlab.pikastech.local/gitops-target": "v02",
|
||||
"hwlab.pikastech.local/profile": "v02",
|
||||
"hwlab.pikastech.local/source-commit": "869746374be36a7aeac7443de8c72a377240ca2d"
|
||||
"hwlab.pikastech.local/source-commit": "8b24eb87c046d9673b53424b8ecac27cded7745b"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"app.kubernetes.io/name": "hwlab-v02-health-contract",
|
||||
"hwlab.pikastech.local/profile": "v02",
|
||||
"hwlab.pikastech.local/gitops-target": "v02",
|
||||
"hwlab.pikastech.local/source-commit": "869746374be36a7aeac7443de8c72a377240ca2d",
|
||||
"hwlab.pikastech.local/source-commit": "8b24eb87c046d9673b53424b8ecac27cded7745b",
|
||||
"hwlab.pikastech.local/environment": "v02"
|
||||
},
|
||||
"annotations": {
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"workloads.yaml",
|
||||
"deepseek-proxy.yaml",
|
||||
"postgres.yaml",
|
||||
"observability.yaml",
|
||||
"g14-frpc.yaml"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"app.kubernetes.io/part-of": "hwlab",
|
||||
"hwlab.pikastech.local/profile": "v02",
|
||||
"hwlab.pikastech.local/gitops-target": "v02",
|
||||
"hwlab.pikastech.local/source-commit": "869746374be36a7aeac7443de8c72a377240ca2d",
|
||||
"hwlab.pikastech.local/source-commit": "8b24eb87c046d9673b53424b8ecac27cded7745b",
|
||||
"hwlab.pikastech.local/environment": "v02"
|
||||
},
|
||||
"annotations": {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -14,7 +14,7 @@
|
||||
"hwlab.pikastech.local/environment": "v02",
|
||||
"hwlab.pikastech.local/gitops-target": "v02",
|
||||
"hwlab.pikastech.local/profile": "v02",
|
||||
"hwlab.pikastech.local/source-commit": "869746374be36a7aeac7443de8c72a377240ca2d"
|
||||
"hwlab.pikastech.local/source-commit": "8b24eb87c046d9673b53424b8ecac27cded7745b"
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
@@ -33,7 +33,7 @@
|
||||
"hwlab.pikastech.local/environment": "v02",
|
||||
"hwlab.pikastech.local/gitops-target": "v02",
|
||||
"hwlab.pikastech.local/profile": "v02",
|
||||
"hwlab.pikastech.local/source-commit": "869746374be36a7aeac7443de8c72a377240ca2d"
|
||||
"hwlab.pikastech.local/source-commit": "8b24eb87c046d9673b53424b8ecac27cded7745b"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
@@ -62,7 +62,7 @@
|
||||
"hwlab.pikastech.local/environment": "v02",
|
||||
"hwlab.pikastech.local/gitops-target": "v02",
|
||||
"hwlab.pikastech.local/profile": "v02",
|
||||
"hwlab.pikastech.local/source-commit": "869746374be36a7aeac7443de8c72a377240ca2d"
|
||||
"hwlab.pikastech.local/source-commit": "8b24eb87c046d9673b53424b8ecac27cded7745b"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
|
||||
@@ -12,9 +12,10 @@
|
||||
"app.kubernetes.io/name": "hwlab-cloud-api",
|
||||
"hwlab.pikastech.local/service-id": "hwlab-cloud-api",
|
||||
"hwlab.pikastech.local/gitops-target": "v02",
|
||||
"hwlab.pikastech.local/source-commit": "869746374be36a7aeac7443de8c72a377240ca2d",
|
||||
"hwlab.pikastech.local/source-commit": "8b24eb87c046d9673b53424b8ecac27cded7745b",
|
||||
"hwlab.pikastech.local/environment": "v02",
|
||||
"hwlab.pikastech.local/profile": "v02"
|
||||
"hwlab.pikastech.local/profile": "v02",
|
||||
"hwlab.pikastech.local/monitoring": "enabled"
|
||||
},
|
||||
"annotations": {
|
||||
"hwlab.pikastech.local/rendered-by": "scripts/g14-gitops-render.mjs"
|
||||
@@ -30,6 +31,11 @@
|
||||
"name": "http",
|
||||
"port": 6667,
|
||||
"targetPort": "http"
|
||||
},
|
||||
{
|
||||
"name": "metrics",
|
||||
"port": 9100,
|
||||
"targetPort": "metrics"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -44,9 +50,10 @@
|
||||
"app.kubernetes.io/name": "hwlab-cloud-web",
|
||||
"hwlab.pikastech.local/service-id": "hwlab-cloud-web",
|
||||
"hwlab.pikastech.local/gitops-target": "v02",
|
||||
"hwlab.pikastech.local/source-commit": "869746374be36a7aeac7443de8c72a377240ca2d",
|
||||
"hwlab.pikastech.local/source-commit": "8b24eb87c046d9673b53424b8ecac27cded7745b",
|
||||
"hwlab.pikastech.local/environment": "v02",
|
||||
"hwlab.pikastech.local/profile": "v02"
|
||||
"hwlab.pikastech.local/profile": "v02",
|
||||
"hwlab.pikastech.local/monitoring": "enabled"
|
||||
},
|
||||
"annotations": {
|
||||
"hwlab.pikastech.local/rendered-by": "scripts/g14-gitops-render.mjs"
|
||||
@@ -62,6 +69,11 @@
|
||||
"name": "http",
|
||||
"port": 8080,
|
||||
"targetPort": "http"
|
||||
},
|
||||
{
|
||||
"name": "metrics",
|
||||
"port": 9100,
|
||||
"targetPort": "metrics"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -77,7 +89,7 @@
|
||||
"hwlab.pikastech.local/service-id": "hwlab-gateway",
|
||||
"hwlab.pikastech.local/activation": "manual",
|
||||
"hwlab.pikastech.local/gitops-target": "v02",
|
||||
"hwlab.pikastech.local/source-commit": "869746374be36a7aeac7443de8c72a377240ca2d",
|
||||
"hwlab.pikastech.local/source-commit": "8b24eb87c046d9673b53424b8ecac27cded7745b",
|
||||
"hwlab.pikastech.local/environment": "v02",
|
||||
"hwlab.pikastech.local/profile": "v02"
|
||||
},
|
||||
@@ -109,9 +121,10 @@
|
||||
"app.kubernetes.io/name": "hwlab-agent-skills",
|
||||
"hwlab.pikastech.local/service-id": "hwlab-agent-skills",
|
||||
"hwlab.pikastech.local/gitops-target": "v02",
|
||||
"hwlab.pikastech.local/source-commit": "869746374be36a7aeac7443de8c72a377240ca2d",
|
||||
"hwlab.pikastech.local/source-commit": "8b24eb87c046d9673b53424b8ecac27cded7745b",
|
||||
"hwlab.pikastech.local/environment": "v02",
|
||||
"hwlab.pikastech.local/profile": "v02"
|
||||
"hwlab.pikastech.local/profile": "v02",
|
||||
"hwlab.pikastech.local/monitoring": "enabled"
|
||||
},
|
||||
"annotations": {
|
||||
"hwlab.pikastech.local/rendered-by": "scripts/g14-gitops-render.mjs"
|
||||
@@ -127,6 +140,11 @@
|
||||
"name": "http",
|
||||
"port": 7430,
|
||||
"targetPort": "http"
|
||||
},
|
||||
{
|
||||
"name": "metrics",
|
||||
"port": 9100,
|
||||
"targetPort": "metrics"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -141,9 +159,10 @@
|
||||
"app.kubernetes.io/name": "hwlab-device-pod",
|
||||
"hwlab.pikastech.local/service-id": "hwlab-device-pod",
|
||||
"hwlab.pikastech.local/gitops-target": "v02",
|
||||
"hwlab.pikastech.local/source-commit": "869746374be36a7aeac7443de8c72a377240ca2d",
|
||||
"hwlab.pikastech.local/source-commit": "8b24eb87c046d9673b53424b8ecac27cded7745b",
|
||||
"hwlab.pikastech.local/environment": "v02",
|
||||
"hwlab.pikastech.local/profile": "v02"
|
||||
"hwlab.pikastech.local/profile": "v02",
|
||||
"hwlab.pikastech.local/monitoring": "enabled"
|
||||
},
|
||||
"annotations": {
|
||||
"hwlab.pikastech.local/rendered-by": "scripts/g14-gitops-render.mjs"
|
||||
@@ -159,6 +178,11 @@
|
||||
"name": "http",
|
||||
"port": 7601,
|
||||
"targetPort": "http"
|
||||
},
|
||||
{
|
||||
"name": "metrics",
|
||||
"port": 9100,
|
||||
"targetPort": "metrics"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -173,9 +197,10 @@
|
||||
"app.kubernetes.io/name": "hwlab-edge-proxy",
|
||||
"hwlab.pikastech.local/service-id": "hwlab-edge-proxy",
|
||||
"hwlab.pikastech.local/gitops-target": "v02",
|
||||
"hwlab.pikastech.local/source-commit": "869746374be36a7aeac7443de8c72a377240ca2d",
|
||||
"hwlab.pikastech.local/source-commit": "8b24eb87c046d9673b53424b8ecac27cded7745b",
|
||||
"hwlab.pikastech.local/environment": "v02",
|
||||
"hwlab.pikastech.local/profile": "v02"
|
||||
"hwlab.pikastech.local/profile": "v02",
|
||||
"hwlab.pikastech.local/monitoring": "enabled"
|
||||
},
|
||||
"annotations": {
|
||||
"hwlab.pikastech.local/rendered-by": "scripts/g14-gitops-render.mjs"
|
||||
@@ -191,6 +216,11 @@
|
||||
"name": "http",
|
||||
"port": 6667,
|
||||
"targetPort": "http"
|
||||
},
|
||||
{
|
||||
"name": "metrics",
|
||||
"port": 9100,
|
||||
"targetPort": "metrics"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user