chore: promote node GitOps source 1693947

This commit is contained in:
HWLAB node GitOps Bot
2026-06-23 10:44:13 +00:00
parent 46a2d3d86b
commit 1cba08471d
12 changed files with 186 additions and 305 deletions
@@ -12,7 +12,7 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/service-id: hwlab-deepseek-proxy
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/monitoring: disabled
data:
render-config.sh: >
@@ -132,7 +132,7 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/service-id: hwlab-deepseek-proxy
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/monitoring: disabled
annotations:
hwlab.pikastech.local/moonbridge-source-ref: 1b99888d3dae889b79ee602cb875c7907f7e76f2
@@ -312,7 +312,7 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/service-id: hwlab-deepseek-proxy
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/monitoring: disabled
spec:
type: ClusterIP
@@ -0,0 +1,51 @@
apiVersion: v1
kind: List
items:
- apiVersion: v1
kind: Service
metadata:
name: pk01-platform-postgres
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: 1693947b58039294e904600adaf27628100a1182
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: 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: 1693947b58039294e904600adaf27628100a1182
kubernetes.io/service-name: 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
@@ -1,27 +1,35 @@
{
"apiVersion": "v1",
"kind": "ConfigMap",
"metadata": {
"name": "hwlab-v03-health-contract",
"namespace": "hwlab-v03",
"labels": {
"app.kubernetes.io/name": "hwlab-v03-health-contract",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "c323fbdce5922ba730822fccf3cec68664f579e7",
"hwlab.pikastech.local/environment": "v03"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs"
}
},
"data": {
"endpoint": "https://hwlab.pikapython.com",
"cloud-api": "GET /health/live through https://hwlab.pikapython.com",
"cloud-api-db": "DEV DB config gate requires HWLAB_CLOUD_DB_URL from Secret hwlab-cloud-api-dev-db/database-url and HWLAB_CLOUD_DB_SSL_MODE=disable. Runtime readiness dials the redacted host parsed from the Secret URL and reports endpointSource=secret-url-host. cloud-api-db is an optional desired alias only until this repo owns Service plus Endpoint or EndpointSlice manifests and rollout/apply contract; health reports env presence, env injection, redacted connection attempt/result, and liveConnected without exposing secret values",
"cloud-web": "GET /health/live on https://hwlab.pikapython.com; consumes cloud-api only",
"agent": "hwlab-cloud-api authorizes Code Agent sessions and dispatches execution to AgentRun v0.1; no HWLAB-owned agent manager/worker service is deployed",
"edge-proxy": "hwlab-edge-proxy:6667 exposes /health/live and proxies DEV endpoint traffic to hwlab-cloud-api",
"runtime-substitute-policy": "Do not replace HWLAB runtime with UniDesk backend, provider-gateway, or microservice proxy"
}
}
apiVersion: v1
kind: List
items:
- apiVersion: v1
kind: ConfigMap
metadata:
name: hwlab-v03-health-contract
namespace: hwlab-v03
labels:
app.kubernetes.io/name: hwlab-v03-health-contract
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/environment: v03
annotations:
hwlab.pikastech.local/rendered-by: scripts/gitops-render.mjs
data:
endpoint: https://hwlab.pikapython.com
cloud-api: GET /health/live through https://hwlab.pikapython.com
cloud-api-db: DEV DB config gate requires HWLAB_CLOUD_DB_URL from Secret
hwlab-cloud-api-dev-db/database-url and HWLAB_CLOUD_DB_SSL_MODE=require.
Runtime readiness dials the redacted host parsed from the Secret URL and
reports endpointSource=secret-url-host. cloud-api-db is an optional
desired alias only until this repo owns Service plus Endpoint or
EndpointSlice manifests and rollout/apply contract; health reports env
presence, env injection, redacted connection attempt/result, and
liveConnected without exposing secret values
cloud-web: GET /health/live on https://hwlab.pikapython.com; consumes cloud-api only
agent: hwlab-cloud-api authorizes Code Agent sessions and dispatches execution
to AgentRun v0.1; no HWLAB-owned agent manager/worker service is
deployed
edge-proxy: hwlab-edge-proxy:6667 exposes /health/live and proxies DEV endpoint
traffic to hwlab-cloud-api
runtime-substitute-policy: Do not replace HWLAB runtime with UniDesk backend,
provider-gateway, or microservice proxy
@@ -7,7 +7,7 @@ resources:
- health-contract.yaml
- workloads.yaml
- deepseek-proxy.yaml
- postgres.yaml
- external-postgres.yaml
- workbench-redis.yaml
- openfga.yaml
- node-frpc.yaml
@@ -7,7 +7,7 @@
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/source-commit": "c323fbdce5922ba730822fccf3cec68664f579e7",
"hwlab.pikastech.local/source-commit": "1693947b58039294e904600adaf27628100a1182",
"hwlab.pikastech.local/environment": "v03"
},
"annotations": {
@@ -12,7 +12,7 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
data:
frpc.toml: |
serverAddr = "82.156.23.220"
@@ -44,7 +44,7 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
spec:
replicas: 1
selector:
@@ -16,7 +16,7 @@
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/service-id": "hwlab-openfga",
"hwlab.pikastech.local/source-commit": "c323fbdce5922ba730822fccf3cec68664f579e7"
"hwlab.pikastech.local/source-commit": "1693947b58039294e904600adaf27628100a1182"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs",
@@ -37,7 +37,7 @@
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/service-id": "hwlab-openfga",
"hwlab.pikastech.local/source-commit": "c323fbdce5922ba730822fccf3cec68664f579e7"
"hwlab.pikastech.local/source-commit": "1693947b58039294e904600adaf27628100a1182"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs"
@@ -113,7 +113,7 @@
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/service-id": "hwlab-openfga",
"hwlab.pikastech.local/source-commit": "c323fbdce5922ba730822fccf3cec68664f579e7"
"hwlab.pikastech.local/source-commit": "1693947b58039294e904600adaf27628100a1182"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs",
@@ -137,7 +137,7 @@
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/service-id": "hwlab-openfga",
"hwlab.pikastech.local/source-commit": "c323fbdce5922ba730822fccf3cec68664f579e7"
"hwlab.pikastech.local/source-commit": "1693947b58039294e904600adaf27628100a1182"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs"
@@ -248,7 +248,7 @@
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/service-id": "hwlab-openfga",
"hwlab.pikastech.local/source-commit": "c323fbdce5922ba730822fccf3cec68664f579e7"
"hwlab.pikastech.local/source-commit": "1693947b58039294e904600adaf27628100a1182"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs",
File diff suppressed because one or more lines are too long
@@ -10,7 +10,7 @@ items:
app.kubernetes.io/name: hwlab-cloud-api
hwlab.pikastech.local/service-id: hwlab-cloud-api
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/monitoring: disabled
@@ -36,7 +36,7 @@ items:
app.kubernetes.io/name: hwlab-workbench-runtime
hwlab.pikastech.local/service-id: hwlab-workbench-runtime
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/monitoring: disabled
@@ -62,7 +62,7 @@ items:
app.kubernetes.io/name: hwlab-user-billing
hwlab.pikastech.local/service-id: hwlab-user-billing
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/monitoring: disabled
@@ -88,7 +88,7 @@ items:
app.kubernetes.io/name: hwlab-cloud-web
hwlab.pikastech.local/service-id: hwlab-cloud-web
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/monitoring: disabled
@@ -115,7 +115,7 @@ items:
hwlab.pikastech.local/service-id: hwlab-gateway
hwlab.pikastech.local/activation: manual
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
annotations:
@@ -137,7 +137,7 @@ items:
app.kubernetes.io/name: hwlab-agent-skills
hwlab.pikastech.local/service-id: hwlab-agent-skills
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/monitoring: disabled
@@ -163,7 +163,7 @@ items:
app.kubernetes.io/name: hwlab-edge-proxy
hwlab.pikastech.local/service-id: hwlab-edge-proxy
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/monitoring: disabled
@@ -17,7 +17,7 @@
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/service-id": "hwlab-workbench-redis",
"hwlab.pikastech.local/source-commit": "c323fbdce5922ba730822fccf3cec68664f579e7"
"hwlab.pikastech.local/source-commit": "1693947b58039294e904600adaf27628100a1182"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs",
@@ -43,7 +43,7 @@
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/service-id": "hwlab-workbench-redis",
"hwlab.pikastech.local/source-commit": "c323fbdce5922ba730822fccf3cec68664f579e7"
"hwlab.pikastech.local/source-commit": "1693947b58039294e904600adaf27628100a1182"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs",
@@ -68,7 +68,7 @@
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/service-id": "hwlab-workbench-redis",
"hwlab.pikastech.local/source-commit": "c323fbdce5922ba730822fccf3cec68664f579e7"
"hwlab.pikastech.local/source-commit": "1693947b58039294e904600adaf27628100a1182"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs",
@@ -165,7 +165,7 @@
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/service-id": "hwlab-workbench-redis",
"hwlab.pikastech.local/source-commit": "c323fbdce5922ba730822fccf3cec68664f579e7"
"hwlab.pikastech.local/source-commit": "1693947b58039294e904600adaf27628100a1182"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs",
@@ -202,7 +202,7 @@
"hwlab.pikastech.local/gitops-target": "v03",
"hwlab.pikastech.local/profile": "v03",
"hwlab.pikastech.local/service-id": "hwlab-workbench-redis",
"hwlab.pikastech.local/source-commit": "c323fbdce5922ba730822fccf3cec68664f579e7"
"hwlab.pikastech.local/source-commit": "1693947b58039294e904600adaf27628100a1182"
},
"annotations": {
"hwlab.pikastech.local/rendered-by": "scripts/gitops-render.mjs",
@@ -11,15 +11,15 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
unidesk.ai/node-staging: "false"
name: hwlab-user-skills
namespace: hwlab-v03
annotations:
hwlab.pikastech.local/gitops-note: node DEV GitOps target.
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
spec:
accessModes:
- ReadWriteOnce
@@ -38,14 +38,14 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
unidesk.ai/node-staging: "false"
hwlab.pikastech.local/monitoring: disabled
annotations:
hwlab.pikastech.local/gitops-note: node DEV GitOps target.
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
spec:
replicas: 1
selector:
@@ -63,24 +63,24 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: f672255aca87d4bcfbe3939fa247cff4685cc28e
hwlab.pikastech.local/artifact-source-commit: f672255aca87d4bcfbe3939fa247cff4685cc28e
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/artifact-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/monitoring: disabled
hwlab.pikastech.local/runtime-mode: env-reuse-git-mirror-checkout
hwlab.pikastech.local/boot-commit: f672255aca87d4bcfbe3939fa247cff4685cc28e
hwlab.pikastech.local/boot-commit: 1693947b58039294e904600adaf27628100a1182
annotations:
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: f672255aca87d4bcfbe3939fa247cff4685cc28e
hwlab.pikastech.local/artifact-source-commit: f672255aca87d4bcfbe3939fa247cff4685cc28e
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/artifact-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/rendered-by: scripts/gitops-render.mjs
hwlab.pikastech.local/runtime-mode: env-reuse-git-mirror-checkout
hwlab.pikastech.local/boot-repo: git@github.com:pikasTech/HWLAB.git
hwlab.pikastech.local/boot-commit: f672255aca87d4bcfbe3939fa247cff4685cc28e
hwlab.pikastech.local/boot-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/boot-sh: deploy/runtime/boot/hwlab-workbench-runtime.sh
hwlab.pikastech.local/environment-digest: sha256:7c9e833e6388830bf5d3667e04bab8e51e2bff489850b8345fa91188a93d33df
hwlab.pikastech.local/environment-input-hash: b5bddfe836ea2415dd28d13a292dd513637693ba2c17c735d11a3486f1c69513
hwlab.pikastech.local/code-input-hash: 3b9622fa52c920f98143526298916e0b1ac6c0e7c431fc8ce4b9c53f2bd4295f
hwlab.pikastech.local/code-input-hash: 78651387a15fce0763528deddaccbd9ab27cfbc65c61e055a0b58818e0e7e1e6
spec:
containers:
- name: hwlab-workbench-runtime
@@ -152,7 +152,7 @@ items:
- name: HWLAB_ENVIRONMENT
value: v03
- name: HWLAB_COMMIT_ID
value: f672255aca87d4bcfbe3939fa247cff4685cc28e
value: 1693947b58039294e904600adaf27628100a1182
- name: HWLAB_IMAGE
value: 127.0.0.1:5000/hwlab/hwlab-workbench-runtime-env@sha256:7c9e833e6388830bf5d3667e04bab8e51e2bff489850b8345fa91188a93d33df
- name: HWLAB_IMAGE_TAG
@@ -162,13 +162,13 @@ items:
- name: HWLAB_GITOPS_PROFILE
value: v03
- name: HWLAB_GITOPS_SOURCE_COMMIT
value: f672255aca87d4bcfbe3939fa247cff4685cc28e
value: 1693947b58039294e904600adaf27628100a1182
- name: HWLAB_RUNTIME_MODE
value: env-reuse-git-mirror-checkout
- name: HWLAB_BOOT_REPO
value: git@github.com:pikasTech/HWLAB.git
- name: HWLAB_BOOT_COMMIT
value: f672255aca87d4bcfbe3939fa247cff4685cc28e
value: 1693947b58039294e904600adaf27628100a1182
- name: HWLAB_BOOT_REF
value: v0.3
- name: HWLAB_BOOT_SH
@@ -182,7 +182,7 @@ items:
- name: HWLAB_ENVIRONMENT_INPUT_HASH
value: b5bddfe836ea2415dd28d13a292dd513637693ba2c17c735d11a3486f1c69513
- name: HWLAB_CODE_INPUT_HASH
value: 3b9622fa52c920f98143526298916e0b1ac6c0e7c431fc8ce4b9c53f2bd4295f
value: 78651387a15fce0763528deddaccbd9ab27cfbc65c61e055a0b58818e0e7e1e6
- name: HWLAB_IMAGE_DIGEST
value: sha256:7c9e833e6388830bf5d3667e04bab8e51e2bff489850b8345fa91188a93d33df
readinessProbe:
@@ -215,14 +215,14 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
unidesk.ai/node-staging: "false"
hwlab.pikastech.local/monitoring: disabled
annotations:
hwlab.pikastech.local/gitops-note: node DEV GitOps target.
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
spec:
replicas: 1
strategy:
@@ -242,14 +242,14 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 4759afa308760f26281af753abf0915ca29881e6
hwlab.pikastech.local/artifact-source-commit: 4759afa308760f26281af753abf0915ca29881e6
hwlab.pikastech.local/monitoring: disabled
hwlab.pikastech.local/runtime-mode: env-reuse-git-mirror-checkout
hwlab.pikastech.local/boot-commit: 4759afa308760f26281af753abf0915ca29881e6
annotations:
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 4759afa308760f26281af753abf0915ca29881e6
hwlab.pikastech.local/artifact-source-commit: 4759afa308760f26281af753abf0915ca29881e6
hwlab.pikastech.local/rendered-by: scripts/gitops-render.mjs
@@ -290,7 +290,7 @@ items:
key: database-url
optional: true
- name: HWLAB_CLOUD_DB_SSL_MODE
value: disable
value: require
- name: HWLAB_CLOUD_DB_CONTRACT
value: v03-redacted-presence-only
- name: HWLAB_CLOUD_RUNTIME_ADAPTER
@@ -557,7 +557,7 @@ items:
key: database-url
optional: true
- name: HWLAB_CLOUD_DB_SSL_MODE
value: disable
value: require
- name: HWLAB_CLOUD_DB_CONTRACT
value: v03-redacted-presence-only
- name: HWLAB_CLOUD_RUNTIME_ADAPTER
@@ -810,14 +810,14 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
unidesk.ai/node-staging: "false"
hwlab.pikastech.local/monitoring: disabled
annotations:
hwlab.pikastech.local/gitops-note: node DEV GitOps target.
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
spec:
replicas: 1
selector:
@@ -835,14 +835,14 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 4cab31c341129b076f5b95f1de177228d57d8c85
hwlab.pikastech.local/artifact-source-commit: 4cab31c341129b076f5b95f1de177228d57d8c85
hwlab.pikastech.local/monitoring: disabled
hwlab.pikastech.local/runtime-mode: env-reuse-git-mirror-checkout
hwlab.pikastech.local/boot-commit: 4cab31c341129b076f5b95f1de177228d57d8c85
annotations:
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 4cab31c341129b076f5b95f1de177228d57d8c85
hwlab.pikastech.local/artifact-source-commit: 4cab31c341129b076f5b95f1de177228d57d8c85
hwlab.pikastech.local/rendered-by: scripts/gitops-render.mjs
@@ -971,14 +971,14 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
unidesk.ai/node-staging: "false"
hwlab.pikastech.local/monitoring: disabled
annotations:
hwlab.pikastech.local/gitops-note: node DEV GitOps target.
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
spec:
replicas: 1
selector:
@@ -996,14 +996,14 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/artifact-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/monitoring: disabled
hwlab.pikastech.local/runtime-mode: env-reuse-git-mirror-checkout
hwlab.pikastech.local/boot-commit: c323fbdce5922ba730822fccf3cec68664f579e7
annotations:
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/artifact-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/rendered-by: scripts/gitops-render.mjs
@@ -1107,13 +1107,13 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
unidesk.ai/node-staging: "false"
annotations:
hwlab.pikastech.local/gitops-note: node DEV GitOps target.
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
spec:
replicas: 0
selector:
@@ -1131,13 +1131,13 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 350bfede1a332d8d8e92d36108e4bf1c277d6657
hwlab.pikastech.local/artifact-source-commit: 350bfede1a332d8d8e92d36108e4bf1c277d6657
hwlab.pikastech.local/runtime-mode: env-reuse-git-mirror-checkout
hwlab.pikastech.local/boot-commit: 350bfede1a332d8d8e92d36108e4bf1c277d6657
annotations:
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 350bfede1a332d8d8e92d36108e4bf1c277d6657
hwlab.pikastech.local/artifact-source-commit: 350bfede1a332d8d8e92d36108e4bf1c277d6657
hwlab.pikastech.local/rendered-by: scripts/gitops-render.mjs
@@ -1225,14 +1225,14 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
unidesk.ai/node-staging: "false"
hwlab.pikastech.local/monitoring: disabled
annotations:
hwlab.pikastech.local/gitops-note: node DEV GitOps target.
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
spec:
replicas: 1
selector:
@@ -1250,14 +1250,14 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: e7b6fb9639f980f9789964a378f5ea1687e88a76
hwlab.pikastech.local/artifact-source-commit: e7b6fb9639f980f9789964a378f5ea1687e88a76
hwlab.pikastech.local/monitoring: disabled
hwlab.pikastech.local/runtime-mode: env-reuse-git-mirror-checkout
hwlab.pikastech.local/boot-commit: e7b6fb9639f980f9789964a378f5ea1687e88a76
annotations:
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: e7b6fb9639f980f9789964a378f5ea1687e88a76
hwlab.pikastech.local/artifact-source-commit: e7b6fb9639f980f9789964a378f5ea1687e88a76
hwlab.pikastech.local/rendered-by: scripts/gitops-render.mjs
@@ -1359,14 +1359,14 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
unidesk.ai/node-staging: "false"
hwlab.pikastech.local/monitoring: disabled
annotations:
hwlab.pikastech.local/gitops-note: node DEV GitOps target.
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 1693947b58039294e904600adaf27628100a1182
spec:
replicas: 1
selector:
@@ -1384,14 +1384,14 @@ items:
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 350bfede1a332d8d8e92d36108e4bf1c277d6657
hwlab.pikastech.local/artifact-source-commit: 350bfede1a332d8d8e92d36108e4bf1c277d6657
hwlab.pikastech.local/monitoring: disabled
hwlab.pikastech.local/runtime-mode: env-reuse-git-mirror-checkout
hwlab.pikastech.local/boot-commit: 350bfede1a332d8d8e92d36108e4bf1c277d6657
annotations:
hwlab.pikastech.local/gitops-render-source-commit: c323fbdce5922ba730822fccf3cec68664f579e7
hwlab.pikastech.local/gitops-render-source-commit: 1693947b58039294e904600adaf27628100a1182
hwlab.pikastech.local/source-commit: 350bfede1a332d8d8e92d36108e4bf1c277d6657
hwlab.pikastech.local/artifact-source-commit: 350bfede1a332d8d8e92d36108e4bf1c277d6657
hwlab.pikastech.local/rendered-by: scripts/gitops-render.mjs