Files
pikasTech-HWLAB/deploy/gitops/g14/runtime-v02/workloads.yaml
T
2026-05-29 00:38:46 +00:00

1535 lines
58 KiB
YAML

{
"apiVersion": "v1",
"kind": "List",
"items": [
{
"apiVersion": "v1",
"kind": "PersistentVolumeClaim",
"metadata": {
"labels": {
"app.kubernetes.io/name": "hwlab-code-agent-workspace",
"hwlab.pikastech.local/service-id": "hwlab-code-agent-workspace",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"unidesk.ai/g14-staging": "false"
},
"name": "hwlab-code-agent-workspace",
"namespace": "hwlab-v02",
"annotations": {
"hwlab.pikastech.local/gitops-note": "HWLAB v0.2 GitOps target.",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0"
}
},
"spec": {
"accessModes": [
"ReadWriteOnce"
],
"resources": {
"requests": {
"storage": "8Gi"
}
}
}
},
{
"apiVersion": "apps/v1",
"kind": "Deployment",
"metadata": {
"name": "hwlab-cloud-api",
"namespace": "hwlab-v02",
"labels": {
"app.kubernetes.io/name": "hwlab-cloud-api",
"hwlab.pikastech.local/service-id": "hwlab-cloud-api",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"unidesk.ai/g14-staging": "false"
},
"annotations": {
"hwlab.pikastech.local/gitops-note": "HWLAB v0.2 GitOps target.",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0"
}
},
"spec": {
"replicas": 1,
"strategy": {
"type": "Recreate"
},
"selector": {
"matchLabels": {
"app.kubernetes.io/name": "hwlab-cloud-api",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02"
}
},
"template": {
"metadata": {
"labels": {
"app.kubernetes.io/name": "hwlab-cloud-api",
"hwlab.pikastech.local/service-id": "hwlab-cloud-api",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"hwlab.pikastech.local/artifact-source-commit": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
"annotations": {
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"hwlab.pikastech.local/artifact-source-commit": "bc816cea4bb6743943492bf75e0846fdf1c93317",
"hwlab.pikastech.local/rendered-by": "scripts/g14-gitops-render.mjs"
}
},
"spec": {
"initContainers": [
{
"command": [
"sh",
"-ceu",
"target=/workspace/hwlab\nmarker=\"$target/.hwlab-workspace-initialized\"\nmkdir -p \"$target\"\nif [ ! -e \"$marker\" ]; then\n if [ -z \"$(find \"$target\" -mindepth 1 -maxdepth 1 ! -name lost+found -print -quit)\" ]; then\n cp -a /app/. \"$target\"/\n mode=copied-from-image\n else\n mode=adopted-existing-workspace\n fi\n printf '%s\\n' \"$mode\" > \"$marker\"\n printf '%s\\n' \"${HWLAB_WORKSPACE_SOURCE_COMMIT:-unknown}\" > \"$target/.hwlab-workspace-base-revision\"\nfi\nprintf '%s\\n' \"${HWLAB_WORKSPACE_SOURCE_COMMIT:-unknown}\" > \"$target/.hwlab-workspace-current-image-revision\"\n"
],
"env": [
{
"name": "HWLAB_WORKSPACE_SOURCE_COMMIT",
"value": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
{
"name": "HWLAB_IMAGE",
"value": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:bb248cad8419e7ff6930c4a00461db00e72d3aae246e8c85b88ef009a370908d"
},
{
"name": "HWLAB_IMAGE_TAG",
"value": "999b9f91a0285b0a15f2e4030f0c9142feb318a3"
}
],
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:bb248cad8419e7ff6930c4a00461db00e72d3aae246e8c85b88ef009a370908d",
"imagePullPolicy": "IfNotPresent",
"name": "hwlab-code-agent-workspace-init",
"volumeMounts": [
{
"mountPath": "/workspace",
"name": "hwlab-code-agent-workspace"
}
]
}
],
"containers": [
{
"name": "hwlab-cloud-api",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:bb248cad8419e7ff6930c4a00461db00e72d3aae246e8c85b88ef009a370908d",
"ports": [
{
"name": "http",
"containerPort": 6667
}
],
"env": [
{
"name": "HWLAB_ENVIRONMENT",
"value": "v02"
},
{
"name": "HWLAB_PUBLIC_ENDPOINT",
"value": "http://74.48.78.17:19667"
},
{
"name": "HWLAB_CLOUD_API_PORT",
"value": "6667"
},
{
"name": "HWLAB_COMMIT_ID",
"value": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
{
"name": "HWLAB_IMAGE",
"value": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:bb248cad8419e7ff6930c4a00461db00e72d3aae246e8c85b88ef009a370908d"
},
{
"name": "HWLAB_IMAGE_TAG",
"value": "999b9f91a0285b0a15f2e4030f0c9142feb318a3"
},
{
"name": "HWLAB_RUNTIME_SUBSTITUTE_FORBIDDEN",
"value": "unidesk-backend,provider-gateway,microservice-proxy"
},
{
"name": "HWLAB_CLOUD_DB_URL",
"valueFrom": {
"secretKeyRef": {
"name": "hwlab-cloud-api-v02-db",
"key": "database-url",
"optional": true
}
}
},
{
"name": "HWLAB_CLOUD_DB_SSL_MODE",
"value": "disable"
},
{
"name": "HWLAB_CLOUD_DB_CONTRACT",
"value": "v02-redacted-presence-only"
},
{
"name": "HWLAB_CLOUD_RUNTIME_ADAPTER",
"value": "postgres"
},
{
"name": "HWLAB_CLOUD_RUNTIME_DURABLE",
"value": "true"
},
{
"name": "HWLAB_M3_IO_CONTROL_ENABLED",
"value": "false"
},
{
"name": "HWLAB_CODE_AGENT_PROVIDER",
"value": "codex-stdio"
},
{
"name": "HWLAB_CODE_AGENT_MODEL",
"value": "gpt-5.5"
},
{
"name": "HWLAB_CODE_AGENT_TIMEOUT_MS",
"value": "1200000"
},
{
"name": "HWLAB_CODE_AGENT_OPENAI_BASE_URL",
"value": "http://127.0.0.1:49280/responses"
},
{
"name": "HWLAB_CODE_AGENT_HWLAB_API_BASE_URL",
"value": "http://hwlab-cloud-api.hwlab-v02.svc.cluster.local:6667"
},
{
"name": "HWLAB_CODE_AGENT_CODEX_STDIO_ENABLED",
"value": "1"
},
{
"name": "HWLAB_CODE_AGENT_CODEX_STDIO_SUPERVISOR",
"value": "repo-owned"
},
{
"name": "HWLAB_CODE_AGENT_WORKSPACE",
"value": "/workspace/hwlab"
},
{
"name": "HWLAB_CODE_AGENT_CODEX_WORKSPACE",
"value": "/workspace/hwlab"
},
{
"name": "HWLAB_CODE_AGENT_CODEX_SANDBOX",
"value": "danger-full-access"
},
{
"name": "HWLAB_CODE_AGENT_CODEX_COMMAND",
"value": "/app/node_modules/.bin/codex"
},
{
"name": "CODEX_HOME",
"value": "/codex-home"
},
{
"name": "NO_PROXY",
"value": "hwlab-v02.svc.cluster.local,.svc,.cluster.local,hyueapi.com,.hyueapi.com,hyui.com,.hyui.com,127.0.0.1,localhost,::1,10.0.0.0/8,10.42.0.0/16,10.43.0.0/16,api.minimaxi.com,.minimaxi.com"
},
{
"name": "no_proxy",
"value": "hwlab-v02.svc.cluster.local,.svc,.cluster.local,hyueapi.com,.hyueapi.com,hyui.com,.hyui.com,127.0.0.1,localhost,::1,10.0.0.0/8,10.42.0.0/16,10.43.0.0/16,api.minimaxi.com,.minimaxi.com"
},
{
"name": "HWLAB_CODE_AGENT_SKILLS_DIRS",
"value": "/app/skills"
},
{
"name": "OPENAI_API_KEY",
"valueFrom": {
"secretKeyRef": {
"name": "hwlab-v02-code-agent-provider",
"key": "openai-api-key",
"optional": true
}
}
},
{
"name": "HWLAB_CODE_AGENT_DEFAULT_PROVIDER_PROFILE",
"value": "deepseek"
},
{
"name": "HWLAB_CODE_AGENT_DEEPSEEK_MODEL",
"value": "deepseek-chat"
},
{
"name": "HWLAB_CODE_AGENT_DEEPSEEK_BASE_URL",
"value": "http://hwlab-deepseek-proxy.hwlab-v02.svc.cluster.local:4000/v1/responses"
},
{
"name": "HWLAB_CODE_AGENT_CODEX_API_MODEL",
"value": "gpt-5.5"
},
{
"name": "HWLAB_CODE_AGENT_CODEX_API_BASE_URL",
"value": "http://127.0.0.1:49280/responses"
},
{
"name": "HWLAB_CODE_AGENT_CODEX_API_UPSTREAM_BASE_URL",
"value": "https://hyueapi.com"
},
{
"name": "HWLAB_CODE_AGENT_CODEX_API_FORWARDER_PORT",
"value": "49280"
},
{
"name": "HWLAB_DEVICE_POD_URL",
"value": "http://hwlab-device-pod.hwlab-v02.svc.cluster.local:7601"
},
{
"name": "HWLAB_ACCESS_CONTROL_REQUIRED",
"value": "1"
},
{
"name": "HWLAB_BOOTSTRAP_ADMIN_ID",
"value": "usr_v02_admin"
},
{
"name": "HWLAB_BOOTSTRAP_ADMIN_USERNAME",
"value": "admin"
},
{
"name": "HWLAB_BOOTSTRAP_ADMIN_DISPLAY_NAME",
"value": "HWLAB v0.2 Admin"
},
{
"name": "HWLAB_BOOTSTRAP_ADMIN_PASSWORD_HASH",
"valueFrom": {
"secretKeyRef": {
"name": "hwlab-v02-bootstrap-admin",
"key": "password-hash",
"optional": true
}
}
},
{
"name": "HWLAB_GITOPS_TARGET",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_PROFILE",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_SOURCE_COMMIT",
"value": "e6e40a0823d73e403bac6e4e78117d28581970d0"
}
],
"readinessProbe": {
"httpGet": {
"path": "/health/live",
"port": "http"
}
},
"livenessProbe": {
"httpGet": {
"path": "/health/live",
"port": "http"
}
},
"volumeMounts": [
{
"name": "hwlab-code-agent-workspace",
"mountPath": "/workspace"
},
{
"name": "hwlab-code-agent-codex-home",
"mountPath": "/codex-home"
},
{
"name": "hwlab-code-agent-codex-config",
"mountPath": "/codex-home/config.toml",
"subPath": "config.toml",
"readOnly": true
},
{
"name": "hwlab-code-agent-codex-auth",
"mountPath": "/codex-home/auth.json",
"subPath": "auth.json",
"readOnly": true
}
],
"imagePullPolicy": "IfNotPresent"
},
{
"name": "hwlab-codex-api-forwarder",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:bb248cad8419e7ff6930c4a00461db00e72d3aae246e8c85b88ef009a370908d",
"command": [
"/usr/local/bin/bun",
"run",
"/app/cmd/hwlab-codex-api-responses-forwarder/main.ts"
],
"ports": [
{
"name": "codex-api",
"containerPort": 49280
}
],
"env": [
{
"name": "HWLAB_CODE_AGENT_CODEX_API_FORWARDER_HOST",
"value": "127.0.0.1"
},
{
"name": "HWLAB_CODE_AGENT_CODEX_API_FORWARDER_PORT",
"value": "49280"
},
{
"name": "HWLAB_CODE_AGENT_CODEX_API_UPSTREAM_BASE_URL",
"value": "https://hyueapi.com"
},
{
"name": "NO_PROXY",
"value": "hwlab-v02.svc.cluster.local,.svc,.cluster.local,hyueapi.com,.hyueapi.com,hyui.com,.hyui.com,127.0.0.1,localhost,::1,10.0.0.0/8,10.42.0.0/16,10.43.0.0/16,api.minimaxi.com,.minimaxi.com"
},
{
"name": "no_proxy",
"value": "hwlab-v02.svc.cluster.local,.svc,.cluster.local,hyueapi.com,.hyueapi.com,hyui.com,.hyui.com,127.0.0.1,localhost,::1,10.0.0.0/8,10.42.0.0/16,10.43.0.0/16,api.minimaxi.com,.minimaxi.com"
},
{
"name": "HWLAB_ENVIRONMENT",
"value": "v02"
},
{
"name": "HWLAB_PUBLIC_ENDPOINT",
"value": "http://74.48.78.17:19667"
},
{
"name": "HWLAB_CLOUD_API_PORT",
"value": "6667"
},
{
"name": "HWLAB_RUNTIME_SUBSTITUTE_FORBIDDEN",
"value": "unidesk-backend,provider-gateway,microservice-proxy"
},
{
"name": "HWLAB_CLOUD_DB_URL",
"valueFrom": {
"secretKeyRef": {
"name": "hwlab-cloud-api-v02-db",
"key": "database-url",
"optional": true
}
}
},
{
"name": "HWLAB_CLOUD_DB_SSL_MODE",
"value": "disable"
},
{
"name": "HWLAB_CLOUD_DB_CONTRACT",
"value": "v02-redacted-presence-only"
},
{
"name": "HWLAB_CLOUD_RUNTIME_ADAPTER",
"value": "postgres"
},
{
"name": "HWLAB_CLOUD_RUNTIME_DURABLE",
"value": "true"
},
{
"name": "HWLAB_M3_IO_CONTROL_ENABLED",
"value": "false"
},
{
"name": "HWLAB_CODE_AGENT_PROVIDER",
"value": "codex-stdio"
},
{
"name": "HWLAB_CODE_AGENT_MODEL",
"value": "gpt-5.5"
},
{
"name": "HWLAB_CODE_AGENT_TIMEOUT_MS",
"value": "1200000"
},
{
"name": "HWLAB_CODE_AGENT_OPENAI_BASE_URL",
"value": "http://127.0.0.1:49280/responses"
},
{
"name": "HWLAB_CODE_AGENT_HWLAB_API_BASE_URL",
"value": "http://hwlab-cloud-api.hwlab-v02.svc.cluster.local:6667"
},
{
"name": "HWLAB_CODE_AGENT_CODEX_STDIO_ENABLED",
"value": "1"
},
{
"name": "HWLAB_CODE_AGENT_CODEX_STDIO_SUPERVISOR",
"value": "repo-owned"
},
{
"name": "HWLAB_CODE_AGENT_WORKSPACE",
"value": "/workspace/hwlab"
},
{
"name": "HWLAB_CODE_AGENT_CODEX_WORKSPACE",
"value": "/workspace/hwlab"
},
{
"name": "HWLAB_CODE_AGENT_CODEX_SANDBOX",
"value": "danger-full-access"
},
{
"name": "HWLAB_CODE_AGENT_CODEX_COMMAND",
"value": "/app/node_modules/.bin/codex"
},
{
"name": "CODEX_HOME",
"value": "/codex-home"
},
{
"name": "OPENAI_API_KEY",
"valueFrom": {
"secretKeyRef": {
"name": "hwlab-v02-code-agent-provider",
"key": "openai-api-key",
"optional": true
}
}
},
{
"name": "HWLAB_CODE_AGENT_SKILLS_DIRS",
"value": "/app/skills"
},
{
"name": "HWLAB_CODE_AGENT_DEFAULT_PROVIDER_PROFILE",
"value": "deepseek"
},
{
"name": "HWLAB_CODE_AGENT_DEEPSEEK_MODEL",
"value": "deepseek-chat"
},
{
"name": "HWLAB_CODE_AGENT_DEEPSEEK_BASE_URL",
"value": "http://hwlab-deepseek-proxy.hwlab-v02.svc.cluster.local:4000/v1/responses"
},
{
"name": "HWLAB_CODE_AGENT_CODEX_API_MODEL",
"value": "gpt-5.5"
},
{
"name": "HWLAB_CODE_AGENT_CODEX_API_BASE_URL",
"value": "http://127.0.0.1:49280/responses"
},
{
"name": "HWLAB_DEVICE_POD_URL",
"value": "http://hwlab-device-pod.hwlab-v02.svc.cluster.local:7601"
},
{
"name": "HWLAB_ACCESS_CONTROL_REQUIRED",
"value": "1"
},
{
"name": "HWLAB_BOOTSTRAP_ADMIN_ID",
"value": "usr_v02_admin"
},
{
"name": "HWLAB_BOOTSTRAP_ADMIN_USERNAME",
"value": "admin"
},
{
"name": "HWLAB_BOOTSTRAP_ADMIN_DISPLAY_NAME",
"value": "HWLAB v0.2 Admin"
},
{
"name": "HWLAB_BOOTSTRAP_ADMIN_PASSWORD_HASH",
"valueFrom": {
"secretKeyRef": {
"name": "hwlab-v02-bootstrap-admin",
"key": "password-hash",
"optional": true
}
}
},
{
"name": "HWLAB_COMMIT_ID",
"value": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
{
"name": "HWLAB_IMAGE",
"value": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:bb248cad8419e7ff6930c4a00461db00e72d3aae246e8c85b88ef009a370908d"
},
{
"name": "HWLAB_IMAGE_TAG",
"value": "999b9f91a0285b0a15f2e4030f0c9142feb318a3"
},
{
"name": "HWLAB_GITOPS_TARGET",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_PROFILE",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_SOURCE_COMMIT",
"value": "e6e40a0823d73e403bac6e4e78117d28581970d0"
}
],
"readinessProbe": {
"exec": {
"command": [
"node",
"-e",
"fetch('http://127.0.0.1:49280/health/readiness').then((response) => process.exit(response.ok ? 0 : 1)).catch(() => process.exit(1))"
]
},
"timeoutSeconds": 2
},
"livenessProbe": {
"exec": {
"command": [
"node",
"-e",
"fetch('http://127.0.0.1:49280/health/live').then((response) => process.exit(response.ok ? 0 : 1)).catch(() => process.exit(1))"
]
},
"timeoutSeconds": 2
},
"imagePullPolicy": "IfNotPresent"
}
],
"volumes": [
{
"name": "hwlab-code-agent-workspace",
"persistentVolumeClaim": {
"claimName": "hwlab-code-agent-workspace"
}
},
{
"name": "hwlab-code-agent-codex-home",
"emptyDir": {}
},
{
"name": "hwlab-code-agent-codex-config",
"configMap": {
"name": "hwlab-code-agent-codex-config",
"items": [
{
"key": "config.toml",
"path": "config.toml"
}
]
}
},
{
"name": "hwlab-code-agent-codex-auth",
"secret": {
"secretName": "hwlab-v02-code-agent-codex-auth",
"items": [
{
"key": "auth.json",
"path": "auth.json"
}
]
}
}
]
}
}
}
},
{
"apiVersion": "apps/v1",
"kind": "Deployment",
"metadata": {
"name": "hwlab-cloud-web",
"namespace": "hwlab-v02",
"labels": {
"app.kubernetes.io/name": "hwlab-cloud-web",
"hwlab.pikastech.local/service-id": "hwlab-cloud-web",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"unidesk.ai/g14-staging": "false"
},
"annotations": {
"hwlab.pikastech.local/gitops-note": "HWLAB v0.2 GitOps target.",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0"
}
},
"spec": {
"replicas": 1,
"selector": {
"matchLabels": {
"app.kubernetes.io/name": "hwlab-cloud-web",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02"
}
},
"template": {
"metadata": {
"labels": {
"app.kubernetes.io/name": "hwlab-cloud-web",
"hwlab.pikastech.local/service-id": "hwlab-cloud-web",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"hwlab.pikastech.local/artifact-source-commit": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
"annotations": {
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"hwlab.pikastech.local/artifact-source-commit": "bc816cea4bb6743943492bf75e0846fdf1c93317",
"hwlab.pikastech.local/rendered-by": "scripts/g14-gitops-render.mjs"
}
},
"spec": {
"containers": [
{
"name": "hwlab-cloud-web",
"image": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:95603a989e5fe4459a561a0c986952668a0b9be7fe4ce70aaf5eb6bf00864163",
"ports": [
{
"name": "http",
"containerPort": 8080
}
],
"env": [
{
"name": "HWLAB_API_BASE_URL",
"value": "http://hwlab-cloud-api.hwlab-v02.svc.cluster.local:6667"
},
{
"name": "HWLAB_CLOUD_WEB_PROXY_TIMEOUT_MS",
"value": "1260000"
},
{
"name": "HWLAB_COMMIT_ID",
"value": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
{
"name": "HWLAB_IMAGE",
"value": "127.0.0.1:5000/hwlab/hwlab-cloud-web@sha256:95603a989e5fe4459a561a0c986952668a0b9be7fe4ce70aaf5eb6bf00864163"
},
{
"name": "HWLAB_IMAGE_TAG",
"value": "999b9f91a0285b0a15f2e4030f0c9142feb318a3"
},
{
"name": "HWLAB_ENVIRONMENT",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_TARGET",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_PROFILE",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_SOURCE_COMMIT",
"value": "e6e40a0823d73e403bac6e4e78117d28581970d0"
},
{
"name": "HWLAB_PUBLIC_ENDPOINT",
"value": "http://74.48.78.17:19666"
}
],
"readinessProbe": {
"httpGet": {
"path": "/health/live",
"port": "http"
}
},
"livenessProbe": {
"httpGet": {
"path": "/health/live",
"port": "http"
}
},
"imagePullPolicy": "IfNotPresent"
}
]
}
}
}
},
{
"apiVersion": "apps/v1",
"kind": "Deployment",
"metadata": {
"name": "hwlab-agent-mgr",
"namespace": "hwlab-v02",
"labels": {
"app.kubernetes.io/name": "hwlab-agent-mgr",
"hwlab.pikastech.local/service-id": "hwlab-agent-mgr",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"unidesk.ai/g14-staging": "false"
},
"annotations": {
"hwlab.pikastech.local/gitops-note": "HWLAB v0.2 GitOps target.",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0"
}
},
"spec": {
"replicas": 1,
"selector": {
"matchLabels": {
"app.kubernetes.io/name": "hwlab-agent-mgr",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02"
}
},
"template": {
"metadata": {
"labels": {
"app.kubernetes.io/name": "hwlab-agent-mgr",
"hwlab.pikastech.local/service-id": "hwlab-agent-mgr",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"hwlab.pikastech.local/artifact-source-commit": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
"annotations": {
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"hwlab.pikastech.local/artifact-source-commit": "bc816cea4bb6743943492bf75e0846fdf1c93317",
"hwlab.pikastech.local/rendered-by": "scripts/g14-gitops-render.mjs"
}
},
"spec": {
"containers": [
{
"name": "hwlab-agent-mgr",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:4a1a100314c253f697ace6b61728fc10b509c50c4b6df7f7f8b0e60f1038cbb7",
"ports": [
{
"name": "http",
"containerPort": 7410
}
],
"env": [
{
"name": "HWLAB_AGENT_SESSION_MODE",
"value": "control-plane"
},
{
"name": "HWLAB_ENVIRONMENT",
"value": "v02"
},
{
"name": "HWLAB_COMMIT_ID",
"value": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
{
"name": "HWLAB_IMAGE",
"value": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:4a1a100314c253f697ace6b61728fc10b509c50c4b6df7f7f8b0e60f1038cbb7"
},
{
"name": "HWLAB_IMAGE_TAG",
"value": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
{
"name": "HWLAB_GITOPS_TARGET",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_PROFILE",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_SOURCE_COMMIT",
"value": "e6e40a0823d73e403bac6e4e78117d28581970d0"
}
],
"readinessProbe": {
"httpGet": {
"path": "/health/live",
"port": "http"
}
},
"livenessProbe": {
"httpGet": {
"path": "/health/live",
"port": "http"
}
},
"imagePullPolicy": "IfNotPresent"
}
]
}
}
}
},
{
"apiVersion": "batch/v1",
"kind": "Job",
"metadata": {
"name": "hwlab-agent-worker-template",
"namespace": "hwlab-v02",
"labels": {
"app.kubernetes.io/name": "hwlab-agent-worker",
"hwlab.pikastech.local/service-id": "hwlab-agent-worker",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"unidesk.ai/g14-staging": "false"
},
"annotations": {
"hwlab.pikastech.local/gitops-note": "HWLAB v0.2 GitOps target.",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"argocd.argoproj.io/sync-options": "Force=true,Replace=true",
"argocd.argoproj.io/ignore-healthcheck": "true"
}
},
"spec": {
"suspend": true,
"template": {
"metadata": {
"labels": {
"app.kubernetes.io/name": "hwlab-agent-worker",
"hwlab.pikastech.local/service-id": "hwlab-agent-worker",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"hwlab.pikastech.local/artifact-source-commit": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
"annotations": {
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"hwlab.pikastech.local/artifact-source-commit": "bc816cea4bb6743943492bf75e0846fdf1c93317",
"hwlab.pikastech.local/rendered-by": "scripts/g14-gitops-render.mjs"
}
},
"spec": {
"restartPolicy": "Never",
"containers": [
{
"name": "hwlab-agent-worker",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-worker@sha256:fbd9c4540daac9bbef5b3fbd5834c4418d39fd641d269399d6d833f21de63937",
"env": [
{
"name": "HWLAB_AGENT_SESSION_MODE",
"value": "session-scoped"
},
{
"name": "HWLAB_ENVIRONMENT",
"value": "v02"
},
{
"name": "HWLAB_COMMIT_ID",
"value": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
{
"name": "HWLAB_IMAGE",
"value": "127.0.0.1:5000/hwlab/hwlab-agent-worker@sha256:fbd9c4540daac9bbef5b3fbd5834c4418d39fd641d269399d6d833f21de63937"
},
{
"name": "HWLAB_IMAGE_TAG",
"value": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
{
"name": "HWLAB_GITOPS_TARGET",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_PROFILE",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_SOURCE_COMMIT",
"value": "e6e40a0823d73e403bac6e4e78117d28581970d0"
}
],
"imagePullPolicy": "IfNotPresent"
}
]
}
}
}
},
{
"apiVersion": "apps/v1",
"kind": "Deployment",
"metadata": {
"name": "hwlab-device-pod",
"namespace": "hwlab-v02",
"labels": {
"app.kubernetes.io/name": "hwlab-device-pod",
"hwlab.pikastech.local/service-id": "hwlab-device-pod",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"unidesk.ai/g14-staging": "false"
},
"annotations": {
"hwlab.pikastech.local/gitops-note": "HWLAB v0.2 GitOps target.",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0"
}
},
"spec": {
"replicas": 1,
"selector": {
"matchLabels": {
"app.kubernetes.io/name": "hwlab-device-pod",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02"
}
},
"template": {
"metadata": {
"labels": {
"app.kubernetes.io/name": "hwlab-device-pod",
"hwlab.pikastech.local/service-id": "hwlab-device-pod",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"hwlab.pikastech.local/artifact-source-commit": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
"annotations": {
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"hwlab.pikastech.local/artifact-source-commit": "bc816cea4bb6743943492bf75e0846fdf1c93317",
"hwlab.pikastech.local/rendered-by": "scripts/g14-gitops-render.mjs"
}
},
"spec": {
"containers": [
{
"name": "hwlab-device-pod",
"image": "127.0.0.1:5000/hwlab/hwlab-device-pod@sha256:392788d4beba5ee3e9c3e6e90d65bc13f8526fe4ce2457ac5ea9c2cfaa483eba",
"ports": [
{
"name": "http",
"containerPort": 7601
}
],
"env": [
{
"name": "HWLAB_ENVIRONMENT",
"value": "v02"
},
{
"name": "HWLAB_DEVICE_POD_ID",
"value": "device-pod-71-freq"
},
{
"name": "HWLAB_DEVICE_POD_PORT",
"value": "7601"
},
{
"name": "HWLAB_COMMIT_ID",
"value": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
{
"name": "HWLAB_IMAGE",
"value": "127.0.0.1:5000/hwlab/hwlab-device-pod@sha256:392788d4beba5ee3e9c3e6e90d65bc13f8526fe4ce2457ac5ea9c2cfaa483eba"
},
{
"name": "HWLAB_IMAGE_TAG",
"value": "999b9f91a0285b0a15f2e4030f0c9142feb318a3"
},
{
"name": "HWLAB_GITOPS_TARGET",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_PROFILE",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_SOURCE_COMMIT",
"value": "e6e40a0823d73e403bac6e4e78117d28581970d0"
}
],
"readinessProbe": {
"httpGet": {
"path": "/health/live",
"port": "http"
}
},
"livenessProbe": {
"httpGet": {
"path": "/health/live",
"port": "http"
}
},
"imagePullPolicy": "IfNotPresent"
}
]
}
}
}
},
{
"apiVersion": "apps/v1",
"kind": "Deployment",
"metadata": {
"name": "hwlab-gateway",
"namespace": "hwlab-v02",
"labels": {
"app.kubernetes.io/name": "hwlab-gateway",
"hwlab.pikastech.local/service-id": "hwlab-gateway",
"hwlab.pikastech.local/activation": "manual",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"unidesk.ai/g14-staging": "false"
},
"annotations": {
"hwlab.pikastech.local/gitops-note": "HWLAB v0.2 GitOps target.",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0"
}
},
"spec": {
"replicas": 0,
"selector": {
"matchLabels": {
"app.kubernetes.io/name": "hwlab-gateway",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02"
}
},
"template": {
"metadata": {
"labels": {
"app.kubernetes.io/name": "hwlab-gateway",
"hwlab.pikastech.local/service-id": "hwlab-gateway",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"hwlab.pikastech.local/artifact-source-commit": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
"annotations": {
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"hwlab.pikastech.local/artifact-source-commit": "bc816cea4bb6743943492bf75e0846fdf1c93317",
"hwlab.pikastech.local/rendered-by": "scripts/g14-gitops-render.mjs"
}
},
"spec": {
"containers": [
{
"name": "hwlab-gateway",
"image": "127.0.0.1:5000/hwlab/hwlab-gateway@sha256:9354ecc895d5fae51d9c70ec0e65311ca50ae2bf32494b201df7ceb58fc638af",
"ports": [
{
"name": "http",
"containerPort": 7001
}
],
"env": [
{
"name": "HWLAB_GATEWAY_MODE",
"value": "hardware-boundary"
},
{
"name": "HWLAB_ENVIRONMENT",
"value": "v02"
},
{
"name": "HWLAB_COMMIT_ID",
"value": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
{
"name": "HWLAB_IMAGE",
"value": "127.0.0.1:5000/hwlab/hwlab-gateway@sha256:9354ecc895d5fae51d9c70ec0e65311ca50ae2bf32494b201df7ceb58fc638af"
},
{
"name": "HWLAB_IMAGE_TAG",
"value": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
{
"name": "HWLAB_GITOPS_TARGET",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_PROFILE",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_SOURCE_COMMIT",
"value": "e6e40a0823d73e403bac6e4e78117d28581970d0"
}
],
"readinessProbe": {
"httpGet": {
"path": "/health/live",
"port": "http"
}
},
"livenessProbe": {
"httpGet": {
"path": "/health/live",
"port": "http"
}
},
"imagePullPolicy": "IfNotPresent"
}
]
}
}
}
},
{
"apiVersion": "apps/v1",
"kind": "Deployment",
"metadata": {
"name": "hwlab-edge-proxy",
"namespace": "hwlab-v02",
"labels": {
"app.kubernetes.io/name": "hwlab-edge-proxy",
"hwlab.pikastech.local/service-id": "hwlab-edge-proxy",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"unidesk.ai/g14-staging": "false"
},
"annotations": {
"hwlab.pikastech.local/gitops-note": "HWLAB v0.2 GitOps target.",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0"
}
},
"spec": {
"replicas": 1,
"selector": {
"matchLabels": {
"app.kubernetes.io/name": "hwlab-edge-proxy",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02"
}
},
"template": {
"metadata": {
"labels": {
"app.kubernetes.io/name": "hwlab-edge-proxy",
"hwlab.pikastech.local/service-id": "hwlab-edge-proxy",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"hwlab.pikastech.local/artifact-source-commit": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
"annotations": {
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"hwlab.pikastech.local/artifact-source-commit": "bc816cea4bb6743943492bf75e0846fdf1c93317",
"hwlab.pikastech.local/rendered-by": "scripts/g14-gitops-render.mjs"
}
},
"spec": {
"containers": [
{
"name": "hwlab-edge-proxy",
"image": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:c3b7c59316089bfc91634b6c35c47db2b7b310d24041610a138c177e409e0baa",
"ports": [
{
"name": "http",
"containerPort": 6667
}
],
"env": [
{
"name": "HWLAB_EDGE_LISTEN",
"value": "0.0.0.0:6667"
},
{
"name": "HWLAB_EDGE_UPSTREAM",
"value": "http://hwlab-cloud-api.hwlab-v02.svc.cluster.local:6667"
},
{
"name": "HWLAB_EDGE_PROXY_TIMEOUT_MS",
"value": "1260000"
},
{
"name": "HWLAB_ENVIRONMENT",
"value": "v02"
},
{
"name": "HWLAB_COMMIT_ID",
"value": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
{
"name": "HWLAB_IMAGE",
"value": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:c3b7c59316089bfc91634b6c35c47db2b7b310d24041610a138c177e409e0baa"
},
{
"name": "HWLAB_IMAGE_TAG",
"value": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
{
"name": "HWLAB_GITOPS_TARGET",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_PROFILE",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_SOURCE_COMMIT",
"value": "e6e40a0823d73e403bac6e4e78117d28581970d0"
},
{
"name": "HWLAB_PUBLIC_ENDPOINT",
"value": "http://74.48.78.17:19667"
}
],
"readinessProbe": {
"httpGet": {
"path": "/health/live",
"port": "http"
}
},
"livenessProbe": {
"httpGet": {
"path": "/health/live",
"port": "http"
}
},
"imagePullPolicy": "IfNotPresent"
}
]
}
}
}
},
{
"apiVersion": "batch/v1",
"kind": "Job",
"metadata": {
"name": "hwlab-cli-template",
"namespace": "hwlab-v02",
"labels": {
"app.kubernetes.io/name": "hwlab-cli",
"hwlab.pikastech.local/service-id": "hwlab-cli",
"hwlab.pikastech.local/activation": "manual",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"unidesk.ai/g14-staging": "false"
},
"annotations": {
"hwlab.pikastech.local/gitops-note": "HWLAB v0.2 GitOps target.",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"argocd.argoproj.io/sync-options": "Force=true,Replace=true",
"argocd.argoproj.io/ignore-healthcheck": "true"
}
},
"spec": {
"suspend": true,
"template": {
"metadata": {
"labels": {
"app.kubernetes.io/name": "hwlab-cli",
"hwlab.pikastech.local/service-id": "hwlab-cli",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"hwlab.pikastech.local/artifact-source-commit": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
"annotations": {
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"hwlab.pikastech.local/artifact-source-commit": "bc816cea4bb6743943492bf75e0846fdf1c93317",
"hwlab.pikastech.local/rendered-by": "scripts/g14-gitops-render.mjs"
}
},
"spec": {
"restartPolicy": "Never",
"containers": [
{
"name": "hwlab-cli",
"image": "127.0.0.1:5000/hwlab/hwlab-cli@sha256:0d0ea96a5f9683607776812f7d3fc995ea9842d1aabc15b2c51f1d19465de6fe",
"env": [
{
"name": "HWLAB_CLI_ENDPOINT",
"value": "http://74.48.78.17:19667"
},
{
"name": "HWLAB_ENVIRONMENT",
"value": "v02"
},
{
"name": "HWLAB_COMMIT_ID",
"value": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
{
"name": "HWLAB_IMAGE",
"value": "127.0.0.1:5000/hwlab/hwlab-cli@sha256:0d0ea96a5f9683607776812f7d3fc995ea9842d1aabc15b2c51f1d19465de6fe"
},
{
"name": "HWLAB_IMAGE_TAG",
"value": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
{
"name": "HWLAB_GITOPS_TARGET",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_PROFILE",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_SOURCE_COMMIT",
"value": "e6e40a0823d73e403bac6e4e78117d28581970d0"
}
],
"imagePullPolicy": "IfNotPresent"
}
]
}
}
}
},
{
"apiVersion": "apps/v1",
"kind": "Deployment",
"metadata": {
"name": "hwlab-agent-skills",
"namespace": "hwlab-v02",
"labels": {
"app.kubernetes.io/name": "hwlab-agent-skills",
"hwlab.pikastech.local/service-id": "hwlab-agent-skills",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"unidesk.ai/g14-staging": "false"
},
"annotations": {
"hwlab.pikastech.local/gitops-note": "HWLAB v0.2 GitOps target.",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0"
}
},
"spec": {
"replicas": 1,
"selector": {
"matchLabels": {
"app.kubernetes.io/name": "hwlab-agent-skills",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02"
}
},
"template": {
"metadata": {
"labels": {
"app.kubernetes.io/name": "hwlab-agent-skills",
"hwlab.pikastech.local/service-id": "hwlab-agent-skills",
"app.kubernetes.io/part-of": "hwlab",
"hwlab.pikastech.local/environment": "v02",
"hwlab.pikastech.local/profile": "v02",
"hwlab.pikastech.local/gitops-target": "v02",
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"hwlab.pikastech.local/artifact-source-commit": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
"annotations": {
"hwlab.pikastech.local/source-commit": "e6e40a0823d73e403bac6e4e78117d28581970d0",
"hwlab.pikastech.local/artifact-source-commit": "bc816cea4bb6743943492bf75e0846fdf1c93317",
"hwlab.pikastech.local/rendered-by": "scripts/g14-gitops-render.mjs"
}
},
"spec": {
"containers": [
{
"name": "hwlab-agent-skills",
"image": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:89665d170a4476311111c2e8e695aa24dbf082284ef332f8df4a5340445c1a13",
"ports": [
{
"name": "http",
"containerPort": 7430
}
],
"env": [
{
"name": "HWLAB_SKILLS_COMMIT_ID",
"value": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
{
"name": "HWLAB_ENVIRONMENT",
"value": "v02"
},
{
"name": "HWLAB_COMMIT_ID",
"value": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
{
"name": "HWLAB_IMAGE",
"value": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:89665d170a4476311111c2e8e695aa24dbf082284ef332f8df4a5340445c1a13"
},
{
"name": "HWLAB_IMAGE_TAG",
"value": "bc816cea4bb6743943492bf75e0846fdf1c93317"
},
{
"name": "HWLAB_GITOPS_TARGET",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_PROFILE",
"value": "v02"
},
{
"name": "HWLAB_GITOPS_SOURCE_COMMIT",
"value": "e6e40a0823d73e403bac6e4e78117d28581970d0"
}
],
"readinessProbe": {
"httpGet": {
"path": "/health/live",
"port": "http"
}
},
"livenessProbe": {
"httpGet": {
"path": "/health/live",
"port": "http"
}
},
"imagePullPolicy": "IfNotPresent"
}
]
}
}
}
}
]
}