{ "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": "eba547dfc01130eaf68325a67c636abe766157d1", "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": "eba547dfc01130eaf68325a67c636abe766157d1" } }, "spec": { "accessModes": [ "ReadWriteOnce" ], "resources": { "requests": { "storage": "8Gi" } } } }, { "apiVersion": "v1", "kind": "PersistentVolumeClaim", "metadata": { "labels": { "app.kubernetes.io/name": "hwlab-user-skills", "hwlab.pikastech.local/service-id": "hwlab-user-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": "eba547dfc01130eaf68325a67c636abe766157d1", "unidesk.ai/g14-staging": "false" }, "name": "hwlab-user-skills", "namespace": "hwlab-v02", "annotations": { "hwlab.pikastech.local/gitops-note": "HWLAB v0.2 GitOps target.", "hwlab.pikastech.local/source-commit": "eba547dfc01130eaf68325a67c636abe766157d1" } }, "spec": { "accessModes": [ "ReadWriteOnce" ], "resources": { "requests": { "storage": "2Gi" } } } }, { "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": "eba547dfc01130eaf68325a67c636abe766157d1", "unidesk.ai/g14-staging": "false" }, "annotations": { "hwlab.pikastech.local/gitops-note": "HWLAB v0.2 GitOps target.", "hwlab.pikastech.local/source-commit": "eba547dfc01130eaf68325a67c636abe766157d1" } }, "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": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/artifact-source-commit": "eba547dfc01130eaf68325a67c636abe766157d1" }, "annotations": { "hwlab.pikastech.local/source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/artifact-source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "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": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_IMAGE", "value": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:d3383f4329fce14f45c55e22b5c0a216768ebda5efaefa565519744642e83cc2" }, { "name": "HWLAB_IMAGE_TAG", "value": "eba547dfc01130eaf68325a67c636abe766157d1" } ], "image": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:d3383f4329fce14f45c55e22b5c0a216768ebda5efaefa565519744642e83cc2", "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:d3383f4329fce14f45c55e22b5c0a216768ebda5efaefa565519744642e83cc2", "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": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_IMAGE", "value": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:d3383f4329fce14f45c55e22b5c0a216768ebda5efaefa565519744642e83cc2" }, { "name": "HWLAB_IMAGE_TAG", "value": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "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_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:/data/user-skills" }, { "name": "HWLAB_PREINSTALLED_SKILLS_DIR", "value": "/app/skills" }, { "name": "HWLAB_USER_SKILLS_DIR", "value": "/data/user-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_CODE_AGENT_ADAPTER", "value": "agentrun-v01" }, { "name": "AGENTRUN_MGR_URL", "value": "http://agentrun-mgr.agentrun-v01.svc.cluster.local:8080" }, { "name": "HWLAB_CODE_AGENT_AGENTRUN_PROVIDER_ID", "value": "G14" }, { "name": "HWLAB_CODE_AGENT_AGENTRUN_RUNNER_NAMESPACE", "value": "agentrun-v01" }, { "name": "HWLAB_CODE_AGENT_AGENTRUN_SECRET_NAMESPACE", "value": "agentrun-v01" }, { "name": "HWLAB_CODE_AGENT_AGENTRUN_REPO_URL", "value": "http://git-mirror-http.devops-infra.svc.cluster.local/pikasTech/HWLAB.git" }, { "name": "HWLAB_DEVICE_POD_API_KEY", "valueFrom": { "secretKeyRef": { "name": "hwlab-v02-device-pod-api-key", "key": "api-key", "optional": true } } }, { "name": "HWLAB_DEVICE_POD_INTERNAL_TOKEN", "valueFrom": { "secretKeyRef": { "name": "hwlab-v02-device-pod-internal", "key": "token", "optional": true } } }, { "name": "HWLAB_GITOPS_TARGET", "value": "v02" }, { "name": "HWLAB_GITOPS_PROFILE", "value": "v02" }, { "name": "HWLAB_GITOPS_SOURCE_COMMIT", "value": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_CODE_AGENT_AGENTRUN_SOURCE_COMMIT", "value": "eba547dfc01130eaf68325a67c636abe766157d1" } ], "readinessProbe": { "httpGet": { "path": "/health/live", "port": "http" } }, "livenessProbe": { "httpGet": { "path": "/health/live", "port": "http" } }, "volumeMounts": [ { "name": "hwlab-code-agent-workspace", "mountPath": "/workspace" }, { "name": "hwlab-user-skills", "mountPath": "/data/user-skills" }, { "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:d3383f4329fce14f45c55e22b5c0a216768ebda5efaefa565519744642e83cc2", "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_M3_IO_CONTROL_ENABLED", "value": "false" }, { "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_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_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:/data/user-skills" }, { "name": "HWLAB_PREINSTALLED_SKILLS_DIR", "value": "/app/skills" }, { "name": "HWLAB_USER_SKILLS_DIR", "value": "/data/user-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_CODE_AGENT_ADAPTER", "value": "agentrun-v01" }, { "name": "AGENTRUN_MGR_URL", "value": "http://agentrun-mgr.agentrun-v01.svc.cluster.local:8080" }, { "name": "HWLAB_CODE_AGENT_AGENTRUN_PROVIDER_ID", "value": "G14" }, { "name": "HWLAB_CODE_AGENT_AGENTRUN_RUNNER_NAMESPACE", "value": "agentrun-v01" }, { "name": "HWLAB_CODE_AGENT_AGENTRUN_SECRET_NAMESPACE", "value": "agentrun-v01" }, { "name": "HWLAB_CODE_AGENT_AGENTRUN_REPO_URL", "value": "http://git-mirror-http.devops-infra.svc.cluster.local/pikasTech/HWLAB.git" }, { "name": "HWLAB_DEVICE_POD_API_KEY", "valueFrom": { "secretKeyRef": { "name": "hwlab-v02-device-pod-api-key", "key": "api-key", "optional": true } } }, { "name": "HWLAB_DEVICE_POD_INTERNAL_TOKEN", "valueFrom": { "secretKeyRef": { "name": "hwlab-v02-device-pod-internal", "key": "token", "optional": true } } }, { "name": "HWLAB_COMMIT_ID", "value": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_IMAGE", "value": "127.0.0.1:5000/hwlab/hwlab-cloud-api@sha256:d3383f4329fce14f45c55e22b5c0a216768ebda5efaefa565519744642e83cc2" }, { "name": "HWLAB_IMAGE_TAG", "value": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_GITOPS_TARGET", "value": "v02" }, { "name": "HWLAB_GITOPS_PROFILE", "value": "v02" }, { "name": "HWLAB_GITOPS_SOURCE_COMMIT", "value": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_CODE_AGENT_AGENTRUN_SOURCE_COMMIT", "value": "eba547dfc01130eaf68325a67c636abe766157d1" } ], "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-user-skills", "persistentVolumeClaim": { "claimName": "hwlab-user-skills" } }, { "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": "eba547dfc01130eaf68325a67c636abe766157d1", "unidesk.ai/g14-staging": "false" }, "annotations": { "hwlab.pikastech.local/gitops-note": "HWLAB v0.2 GitOps target.", "hwlab.pikastech.local/source-commit": "eba547dfc01130eaf68325a67c636abe766157d1" } }, "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": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/artifact-source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/runtime-mode": "env-reuse-git-mirror-checkout", "hwlab.pikastech.local/boot-commit": "eba547dfc01130eaf68325a67c636abe766157d1" }, "annotations": { "hwlab.pikastech.local/source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/artifact-source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/rendered-by": "scripts/g14-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": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/boot-sh": "deploy/runtime/boot/hwlab-cloud-web.sh", "hwlab.pikastech.local/environment-digest": "sha256:c3e52504219533f1e968cd52aa84a4f34987944618b5e692bba100ff691f7619", "hwlab.pikastech.local/environment-input-hash": "c2df9e26f662f0257ae30c5f7c24419a1d471e74afbb06f921929b2aef65b42a", "hwlab.pikastech.local/code-input-hash": "fa821691f602e256e9d0fcb1dc741ed4d1ed2d59f8c434f78dfe6365f77dc031" } }, "spec": { "containers": [ { "name": "hwlab-cloud-web", "image": "127.0.0.1:5000/hwlab/hwlab-cloud-web-env@sha256:c3e52504219533f1e968cd52aa84a4f34987944618b5e692bba100ff691f7619", "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": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_IMAGE", "value": "127.0.0.1:5000/hwlab/hwlab-cloud-web-env@sha256:c3e52504219533f1e968cd52aa84a4f34987944618b5e692bba100ff691f7619" }, { "name": "HWLAB_IMAGE_TAG", "value": "env-c2df9e26f662" }, { "name": "HWLAB_ENVIRONMENT", "value": "v02" }, { "name": "HWLAB_GITOPS_TARGET", "value": "v02" }, { "name": "HWLAB_GITOPS_PROFILE", "value": "v02" }, { "name": "HWLAB_GITOPS_SOURCE_COMMIT", "value": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "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": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_BOOT_REF", "value": "v0.2" }, { "name": "HWLAB_BOOT_SH", "value": "deploy/runtime/boot/hwlab-cloud-web.sh" }, { "name": "HWLAB_BOOT_READ_URL", "value": "http://git-mirror-http.devops-infra.svc.cluster.local/pikasTech/HWLAB.git" }, { "name": "HWLAB_ENVIRONMENT_IMAGE", "value": "127.0.0.1:5000/hwlab/hwlab-cloud-web-env:env-c2df9e26f662" }, { "name": "HWLAB_ENVIRONMENT_DIGEST", "value": "sha256:c3e52504219533f1e968cd52aa84a4f34987944618b5e692bba100ff691f7619" }, { "name": "HWLAB_ENVIRONMENT_INPUT_HASH", "value": "c2df9e26f662f0257ae30c5f7c24419a1d471e74afbb06f921929b2aef65b42a" }, { "name": "HWLAB_CODE_INPUT_HASH", "value": "fa821691f602e256e9d0fcb1dc741ed4d1ed2d59f8c434f78dfe6365f77dc031" }, { "name": "HWLAB_IMAGE_DIGEST", "value": "sha256:c3e52504219533f1e968cd52aa84a4f34987944618b5e692bba100ff691f7619" }, { "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": "eba547dfc01130eaf68325a67c636abe766157d1", "unidesk.ai/g14-staging": "false" }, "annotations": { "hwlab.pikastech.local/gitops-note": "HWLAB v0.2 GitOps target.", "hwlab.pikastech.local/source-commit": "eba547dfc01130eaf68325a67c636abe766157d1" } }, "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": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/artifact-source-commit": "eba547dfc01130eaf68325a67c636abe766157d1" }, "annotations": { "hwlab.pikastech.local/source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/artifact-source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "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:e2169b47f8bd5fccaa001f43c2283d88f63b3a43a09d784263015f1d43f65fa4", "ports": [ { "name": "http", "containerPort": 7410 } ], "env": [ { "name": "HWLAB_AGENT_SESSION_MODE", "value": "control-plane" }, { "name": "HWLAB_ENVIRONMENT", "value": "v02" }, { "name": "HWLAB_COMMIT_ID", "value": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_IMAGE", "value": "127.0.0.1:5000/hwlab/hwlab-agent-mgr@sha256:e2169b47f8bd5fccaa001f43c2283d88f63b3a43a09d784263015f1d43f65fa4" }, { "name": "HWLAB_IMAGE_TAG", "value": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_GITOPS_TARGET", "value": "v02" }, { "name": "HWLAB_GITOPS_PROFILE", "value": "v02" }, { "name": "HWLAB_GITOPS_SOURCE_COMMIT", "value": "eba547dfc01130eaf68325a67c636abe766157d1" } ], "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": "eba547dfc01130eaf68325a67c636abe766157d1", "unidesk.ai/g14-staging": "false" }, "annotations": { "hwlab.pikastech.local/gitops-note": "HWLAB v0.2 GitOps target.", "hwlab.pikastech.local/source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "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": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/artifact-source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/runtime-mode": "env-reuse-git-mirror-checkout", "hwlab.pikastech.local/boot-commit": "eba547dfc01130eaf68325a67c636abe766157d1" }, "annotations": { "hwlab.pikastech.local/source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/artifact-source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/rendered-by": "scripts/g14-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": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/boot-sh": "deploy/runtime/boot/hwlab-agent-worker.sh", "hwlab.pikastech.local/environment-digest": "sha256:8cae698ec3c889a7aaab6f89be6efd268e5023d804326b3bb9c17a3043ec69d9", "hwlab.pikastech.local/environment-input-hash": "c2df9e26f662f0257ae30c5f7c24419a1d471e74afbb06f921929b2aef65b42a", "hwlab.pikastech.local/code-input-hash": "442ef1dbc8d6320a0459bf1db4356f19b2235db22b53d841130078cdc9c4c5bc" } }, "spec": { "restartPolicy": "Never", "containers": [ { "name": "hwlab-agent-worker", "image": "127.0.0.1:5000/hwlab/hwlab-agent-worker-env@sha256:8cae698ec3c889a7aaab6f89be6efd268e5023d804326b3bb9c17a3043ec69d9", "env": [ { "name": "HWLAB_AGENT_SESSION_MODE", "value": "session-scoped" }, { "name": "HWLAB_ENVIRONMENT", "value": "v02" }, { "name": "HWLAB_COMMIT_ID", "value": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_IMAGE", "value": "127.0.0.1:5000/hwlab/hwlab-agent-worker-env@sha256:8cae698ec3c889a7aaab6f89be6efd268e5023d804326b3bb9c17a3043ec69d9" }, { "name": "HWLAB_IMAGE_TAG", "value": "env-c2df9e26f662" }, { "name": "HWLAB_GITOPS_TARGET", "value": "v02" }, { "name": "HWLAB_GITOPS_PROFILE", "value": "v02" }, { "name": "HWLAB_GITOPS_SOURCE_COMMIT", "value": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "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": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_BOOT_REF", "value": "v0.2" }, { "name": "HWLAB_BOOT_SH", "value": "deploy/runtime/boot/hwlab-agent-worker.sh" }, { "name": "HWLAB_BOOT_READ_URL", "value": "http://git-mirror-http.devops-infra.svc.cluster.local/pikasTech/HWLAB.git" }, { "name": "HWLAB_ENVIRONMENT_IMAGE", "value": "127.0.0.1:5000/hwlab/hwlab-agent-worker-env:env-c2df9e26f662" }, { "name": "HWLAB_ENVIRONMENT_DIGEST", "value": "sha256:8cae698ec3c889a7aaab6f89be6efd268e5023d804326b3bb9c17a3043ec69d9" }, { "name": "HWLAB_ENVIRONMENT_INPUT_HASH", "value": "c2df9e26f662f0257ae30c5f7c24419a1d471e74afbb06f921929b2aef65b42a" }, { "name": "HWLAB_CODE_INPUT_HASH", "value": "442ef1dbc8d6320a0459bf1db4356f19b2235db22b53d841130078cdc9c4c5bc" }, { "name": "HWLAB_IMAGE_DIGEST", "value": "sha256:8cae698ec3c889a7aaab6f89be6efd268e5023d804326b3bb9c17a3043ec69d9" } ], "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": "eba547dfc01130eaf68325a67c636abe766157d1", "unidesk.ai/g14-staging": "false" }, "annotations": { "hwlab.pikastech.local/gitops-note": "HWLAB v0.2 GitOps target.", "hwlab.pikastech.local/source-commit": "eba547dfc01130eaf68325a67c636abe766157d1" } }, "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": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/artifact-source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/runtime-mode": "env-reuse-git-mirror-checkout", "hwlab.pikastech.local/boot-commit": "eba547dfc01130eaf68325a67c636abe766157d1" }, "annotations": { "hwlab.pikastech.local/source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/artifact-source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/rendered-by": "scripts/g14-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": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/boot-sh": "deploy/runtime/boot/hwlab-device-pod.sh", "hwlab.pikastech.local/environment-digest": "sha256:1b7030f33468541642567686689403226621a4b214ddeff59787bb349918f51c", "hwlab.pikastech.local/environment-input-hash": "c2df9e26f662f0257ae30c5f7c24419a1d471e74afbb06f921929b2aef65b42a", "hwlab.pikastech.local/code-input-hash": "59161c2b0f82107f56de0201aa2970f5573afa1aea81f070c9485c98d11823d4" } }, "spec": { "containers": [ { "name": "hwlab-device-pod", "image": "127.0.0.1:5000/hwlab/hwlab-device-pod-env@sha256:1b7030f33468541642567686689403226621a4b214ddeff59787bb349918f51c", "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_CLOUD_API_INTERNAL_URL", "value": "http://hwlab-cloud-api.hwlab-v02.svc.cluster.local:6667" }, { "name": "HWLAB_DEVICE_POD_INTERNAL_TOKEN", "valueFrom": { "secretKeyRef": { "name": "hwlab-v02-device-pod-internal", "key": "token", "optional": true } } }, { "name": "HWLAB_COMMIT_ID", "value": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_IMAGE", "value": "127.0.0.1:5000/hwlab/hwlab-device-pod-env@sha256:1b7030f33468541642567686689403226621a4b214ddeff59787bb349918f51c" }, { "name": "HWLAB_IMAGE_TAG", "value": "env-c2df9e26f662" }, { "name": "HWLAB_GITOPS_TARGET", "value": "v02" }, { "name": "HWLAB_GITOPS_PROFILE", "value": "v02" }, { "name": "HWLAB_GITOPS_SOURCE_COMMIT", "value": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "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": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_BOOT_REF", "value": "v0.2" }, { "name": "HWLAB_BOOT_SH", "value": "deploy/runtime/boot/hwlab-device-pod.sh" }, { "name": "HWLAB_BOOT_READ_URL", "value": "http://git-mirror-http.devops-infra.svc.cluster.local/pikasTech/HWLAB.git" }, { "name": "HWLAB_ENVIRONMENT_IMAGE", "value": "127.0.0.1:5000/hwlab/hwlab-device-pod-env:env-c2df9e26f662" }, { "name": "HWLAB_ENVIRONMENT_DIGEST", "value": "sha256:1b7030f33468541642567686689403226621a4b214ddeff59787bb349918f51c" }, { "name": "HWLAB_ENVIRONMENT_INPUT_HASH", "value": "c2df9e26f662f0257ae30c5f7c24419a1d471e74afbb06f921929b2aef65b42a" }, { "name": "HWLAB_CODE_INPUT_HASH", "value": "59161c2b0f82107f56de0201aa2970f5573afa1aea81f070c9485c98d11823d4" }, { "name": "HWLAB_IMAGE_DIGEST", "value": "sha256:1b7030f33468541642567686689403226621a4b214ddeff59787bb349918f51c" } ], "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": "eba547dfc01130eaf68325a67c636abe766157d1", "unidesk.ai/g14-staging": "false" }, "annotations": { "hwlab.pikastech.local/gitops-note": "HWLAB v0.2 GitOps target.", "hwlab.pikastech.local/source-commit": "eba547dfc01130eaf68325a67c636abe766157d1" } }, "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": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/artifact-source-commit": "eba547dfc01130eaf68325a67c636abe766157d1" }, "annotations": { "hwlab.pikastech.local/source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/artifact-source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "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:e5b6164945bf070d29ce2f807c22f8b9c1a458a758541e742fce4c3c75c79df3", "ports": [ { "name": "http", "containerPort": 7001 } ], "env": [ { "name": "HWLAB_GATEWAY_MODE", "value": "hardware-boundary" }, { "name": "HWLAB_ENVIRONMENT", "value": "v02" }, { "name": "HWLAB_COMMIT_ID", "value": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_IMAGE", "value": "127.0.0.1:5000/hwlab/hwlab-gateway@sha256:e5b6164945bf070d29ce2f807c22f8b9c1a458a758541e742fce4c3c75c79df3" }, { "name": "HWLAB_IMAGE_TAG", "value": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_GITOPS_TARGET", "value": "v02" }, { "name": "HWLAB_GITOPS_PROFILE", "value": "v02" }, { "name": "HWLAB_GITOPS_SOURCE_COMMIT", "value": "eba547dfc01130eaf68325a67c636abe766157d1" } ], "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": "eba547dfc01130eaf68325a67c636abe766157d1", "unidesk.ai/g14-staging": "false" }, "annotations": { "hwlab.pikastech.local/gitops-note": "HWLAB v0.2 GitOps target.", "hwlab.pikastech.local/source-commit": "eba547dfc01130eaf68325a67c636abe766157d1" } }, "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": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/artifact-source-commit": "eba547dfc01130eaf68325a67c636abe766157d1" }, "annotations": { "hwlab.pikastech.local/source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/artifact-source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "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:1fe06e4c3be068678fda2819c82f7cd9936ab17964a83d83a0c49471b108e3dc", "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": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_IMAGE", "value": "127.0.0.1:5000/hwlab/hwlab-edge-proxy@sha256:1fe06e4c3be068678fda2819c82f7cd9936ab17964a83d83a0c49471b108e3dc" }, { "name": "HWLAB_IMAGE_TAG", "value": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_GITOPS_TARGET", "value": "v02" }, { "name": "HWLAB_GITOPS_PROFILE", "value": "v02" }, { "name": "HWLAB_GITOPS_SOURCE_COMMIT", "value": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "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": "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": "eba547dfc01130eaf68325a67c636abe766157d1", "unidesk.ai/g14-staging": "false" }, "annotations": { "hwlab.pikastech.local/gitops-note": "HWLAB v0.2 GitOps target.", "hwlab.pikastech.local/source-commit": "eba547dfc01130eaf68325a67c636abe766157d1" } }, "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": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/artifact-source-commit": "eba547dfc01130eaf68325a67c636abe766157d1" }, "annotations": { "hwlab.pikastech.local/source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "hwlab.pikastech.local/artifact-source-commit": "eba547dfc01130eaf68325a67c636abe766157d1", "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:290422357822de2c0819eefc5a747b6121efb21f8439d9b01cc0ea95c62e85fc", "ports": [ { "name": "http", "containerPort": 7430 } ], "env": [ { "name": "HWLAB_SKILLS_COMMIT_ID", "value": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_ENVIRONMENT", "value": "v02" }, { "name": "HWLAB_COMMIT_ID", "value": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_IMAGE", "value": "127.0.0.1:5000/hwlab/hwlab-agent-skills@sha256:290422357822de2c0819eefc5a747b6121efb21f8439d9b01cc0ea95c62e85fc" }, { "name": "HWLAB_IMAGE_TAG", "value": "eba547dfc01130eaf68325a67c636abe766157d1" }, { "name": "HWLAB_GITOPS_TARGET", "value": "v02" }, { "name": "HWLAB_GITOPS_PROFILE", "value": "v02" }, { "name": "HWLAB_GITOPS_SOURCE_COMMIT", "value": "eba547dfc01130eaf68325a67c636abe766157d1" } ], "readinessProbe": { "httpGet": { "path": "/health/live", "port": "http" } }, "livenessProbe": { "httpGet": { "path": "/health/live", "port": "http" } }, "imagePullPolicy": "IfNotPresent" } ] } } } } ] }