Files
pikasTech-HWLAB/deploy/gitops/node/d601/runtime-v03/workloads.yaml
T
2026-06-19 05:04:51 +00:00

1194 lines
59 KiB
YAML

apiVersion: v1
kind: List
items:
- 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: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
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: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 2Gi
- apiVersion: apps/v1
kind: Deployment
metadata:
name: hwlab-cloud-api
namespace: hwlab-v03
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: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
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: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
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: v03
hwlab.pikastech.local/profile: v03
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: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: 8f22923ed3c431c6ab24594b57a0d3a5db055d3e
hwlab.pikastech.local/artifact-source-commit: 8f22923ed3c431c6ab24594b57a0d3a5db055d3e
hwlab.pikastech.local/monitoring: disabled
hwlab.pikastech.local/runtime-mode: env-reuse-git-mirror-checkout
hwlab.pikastech.local/boot-commit: 8f22923ed3c431c6ab24594b57a0d3a5db055d3e
annotations:
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: 8f22923ed3c431c6ab24594b57a0d3a5db055d3e
hwlab.pikastech.local/artifact-source-commit: 8f22923ed3c431c6ab24594b57a0d3a5db055d3e
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: 8f22923ed3c431c6ab24594b57a0d3a5db055d3e
hwlab.pikastech.local/boot-sh: deploy/runtime/boot/hwlab-cloud-api.sh
hwlab.pikastech.local/environment-digest: sha256:bcc30cbbc033873d0f91caec24e29f2cc88dd9dcad1b35e001c3bcbd33925967
hwlab.pikastech.local/environment-input-hash: 0aa74268cb9902938d1eab6f3a84ca11102f37cd478fd2d9f54db9366f2690d0
hwlab.pikastech.local/code-input-hash: b3f4ff8a6246a04e2effc0cf992ccb567be411624c744e719d03be8dbc99f661
spec:
initContainers: []
containers:
- name: hwlab-cloud-api
image: 127.0.0.1:5000/hwlab/hwlab-cloud-api-env@sha256:bcc30cbbc033873d0f91caec24e29f2cc88dd9dcad1b35e001c3bcbd33925967
ports:
- name: http
containerPort: 6667
env:
- name: HWLAB_ENVIRONMENT
value: v03
- name: HWLAB_PUBLIC_ENDPOINT
value: https://hwlab.pikapython.com
- name: HWLAB_CLOUD_API_PORT
value: "6667"
- name: HWLAB_COMMIT_ID
value: 8f22923ed3c431c6ab24594b57a0d3a5db055d3e
- name: HWLAB_IMAGE
value: 127.0.0.1:5000/hwlab/hwlab-cloud-api-env@sha256:bcc30cbbc033873d0f91caec24e29f2cc88dd9dcad1b35e001c3bcbd33925967
- name: HWLAB_IMAGE_TAG
value: env-0aa74268cb99
- name: HWLAB_RUNTIME_SUBSTITUTE_FORBIDDEN
value: unidesk-backend,provider-gateway,microservice-proxy
- name: HWLAB_CLOUD_DB_URL
valueFrom:
secretKeyRef:
name: hwlab-cloud-api-v03-db
key: database-url
optional: true
- name: HWLAB_CLOUD_DB_SSL_MODE
value: require
- name: HWLAB_CLOUD_DB_CONTRACT
value: v03-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_TIMEOUT_MS
value: "1200000"
- name: NO_PROXY
value: hwlab-v03.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-v03.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: 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-v03.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: TZ
value: Asia/Shanghai
- name: HWLAB_METRICS_NAMESPACE
value: hwlab-v03
- name: HWLAB_OBSERVABILITY_CONFIG_REVISION
value: PJ2026-01060505-20260619-long-trace-timeout-mitigation
- name: HWLAB_CODE_AGENT_TURN_STATUS_REFRESH_TIMEOUT_MS
value: "30000"
- name: HWLAB_CODE_AGENT_AGENTRUN_NO_RESPONSE_TIMEOUT_MS
value: "600000"
- name: HWLAB_CODE_AGENT_AGENTRUN_PROJECTION_SYNC_POLL_INTERVAL_MS
value: "1000"
- name: HWLAB_CODE_AGENT_AGENTRUN_PROJECTION_RESUME_ENABLED
value: "1"
- name: HWLAB_CODE_AGENT_AGENTRUN_PROJECTION_RESUME_INITIAL_DELAY_MS
value: "5000"
- name: HWLAB_CODE_AGENT_AGENTRUN_PROJECTION_RESUME_INTERVAL_MS
value: "60000"
- name: HWLAB_CODE_AGENT_AGENTRUN_PROJECTION_RESUME_MIN_AGE_MS
value: "30000"
- name: HWLAB_CODE_AGENT_AGENTRUN_PROJECTION_RESUME_BATCH_SIZE
value: "100"
- name: HWLAB_ACCESS_CONTROL_REQUIRED
value: "1"
- name: HWLAB_BOOTSTRAP_ADMIN_ID
value: usr_v03_admin
- name: HWLAB_BOOTSTRAP_ADMIN_USERNAME
value: admin
- name: HWLAB_BOOTSTRAP_ADMIN_DISPLAY_NAME
value: HWLAB v0.3 Admin
- name: HWLAB_BOOTSTRAP_ADMIN_PASSWORD_HASH
valueFrom:
secretKeyRef:
name: hwlab-v03-bootstrap-admin
key: password-hash
optional: true
- name: HWLAB_BOOTSTRAP_ADMIN_API_KEY_ID
value: key_master_server_admin
- name: HWLAB_BOOTSTRAP_ADMIN_API_KEY
valueFrom:
secretKeyRef:
name: hwlab-v03-master-server-admin-api-key
key: api-key
optional: true
- name: HWLAB_USER_BILLING_URL
value: http://hwlab-user-billing.hwlab-v03.svc.cluster.local:6670
- name: HWLAB_USER_BILLING_LOGIN_RETRY_ATTEMPTS
value: "2"
- name: HWLAB_USER_BILLING_LOGIN_RETRY_DELAY_MS
value: "250"
- name: HWLAB_USER_BILLING_CODE_AGENT_ENABLED
value: "1"
- name: HWLAB_USER_BILLING_CODE_AGENT_ESTIMATED_CREDITS
value: "1"
- name: HWLAB_USER_BILLING_CODE_AGENT_USED_CREDITS
value: "1"
- name: HWLAB_KEYCLOAK_ISSUER
value: https://auth.74-48-78-17.nip.io/realms/hwlab
- name: HWLAB_KEYCLOAK_CLIENT_ID
value: hwlab-cloud-web
- name: HWLAB_KEYCLOAK_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: hwlab-cloud-web-client
key: client-secret
optional: true
- name: HWLAB_CODE_AGENT_ADAPTER
value: agentrun-v01
- name: AGENTRUN_MGR_URL
value: http://agentrun-mgr.agentrun-v02.svc.cluster.local:8080
- name: AGENTRUN_API_KEY
valueFrom:
secretKeyRef:
name: hwlab-v03-master-server-admin-api-key
key: api-key
optional: true
- name: HWLAB_CODE_AGENT_AGENTRUN_RUNNER_NAMESPACE
value: agentrun-v02
- name: HWLAB_CODE_AGENT_AGENTRUN_SECRET_NAMESPACE
value: agentrun-v02
- name: HWLAB_CODE_AGENT_AGENTRUN_REPO_URL
value: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/HWLAB.git
- name: HWLAB_WORKBENCH_EMPTY_SESSION_GC_ENABLED
value: "1"
- name: HWLAB_WORKBENCH_EMPTY_SESSION_TTL_MS
value: "600000"
- name: HWLAB_WORKBENCH_EMPTY_SESSION_GC_INTERVAL_MS
value: "60000"
- name: HWLAB_WORKBENCH_EMPTY_SESSION_GC_INITIAL_DELAY_MS
value: "5000"
- name: HWLAB_WORKBENCH_EMPTY_SESSION_GC_BATCH_SIZE
value: "100"
- name: HWLAB_GITOPS_TARGET
value: v03
- name: HWLAB_GITOPS_PROFILE
value: v03
- name: HWLAB_GITOPS_SOURCE_COMMIT
value: 8f22923ed3c431c6ab24594b57a0d3a5db055d3e
- name: HWLAB_CODE_AGENT_AGENTRUN_SOURCE_COMMIT
value: 8f22923ed3c431c6ab24594b57a0d3a5db055d3e
- 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: 8f22923ed3c431c6ab24594b57a0d3a5db055d3e
- name: HWLAB_BOOT_REF
value: v0.3
- name: HWLAB_BOOT_SH
value: deploy/runtime/boot/hwlab-cloud-api.sh
- name: HWLAB_BOOT_READ_URL
value: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/HWLAB.git
- name: HWLAB_ENVIRONMENT_IMAGE
value: 127.0.0.1:5000/hwlab/hwlab-cloud-api-env:env-0aa74268cb99
- name: HWLAB_ENVIRONMENT_DIGEST
value: sha256:bcc30cbbc033873d0f91caec24e29f2cc88dd9dcad1b35e001c3bcbd33925967
- name: HWLAB_ENVIRONMENT_INPUT_HASH
value: 0aa74268cb9902938d1eab6f3a84ca11102f37cd478fd2d9f54db9366f2690d0
- name: HWLAB_CODE_INPUT_HASH
value: b3f4ff8a6246a04e2effc0cf992ccb567be411624c744e719d03be8dbc99f661
- name: HWLAB_IMAGE_DIGEST
value: sha256:bcc30cbbc033873d0f91caec24e29f2cc88dd9dcad1b35e001c3bcbd33925967
- name: HWLAB_CODE_AGENT_AGENTRUN_PROVIDER_ID
value: D601
- name: HWLAB_OPENFGA_MODE
value: enforce
- name: HWLAB_OPENFGA_API_URL
value: http://hwlab-openfga.hwlab-v03.svc.cluster.local:8080
- name: HWLAB_OPENFGA_AUTHN_TOKEN
valueFrom:
secretKeyRef:
name: hwlab-v03-openfga
key: authn-preshared-key
optional: true
- name: UNIDESK_MAIN_SERVER_IP
value: http://74.48.78.17:18081
readinessProbe:
httpGet:
path: /health/live
port: http
timeoutSeconds: 3
failureThreshold: 5
livenessProbe:
httpGet:
path: /health/live
port: http
periodSeconds: 20
timeoutSeconds: 5
failureThreshold: 6
volumeMounts:
- name: hwlab-user-skills
mountPath: /data/user-skills
imagePullPolicy: IfNotPresent
startupProbe:
httpGet:
path: /health/live
port: http
periodSeconds: 10
timeoutSeconds: 3
failureThreshold: 30
successThreshold: 1
- name: hwlab-codex-api-forwarder
image: 127.0.0.1:5000/hwlab/hwlab-cloud-api-env@sha256:bcc30cbbc033873d0f91caec24e29f2cc88dd9dcad1b35e001c3bcbd33925967
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-v03.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-v03.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: v03
- name: HWLAB_PUBLIC_ENDPOINT
value: https://hwlab.pikapython.com
- 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-v03-db
key: database-url
optional: true
- name: HWLAB_CLOUD_DB_SSL_MODE
value: require
- name: HWLAB_CLOUD_DB_CONTRACT
value: v03-redacted-presence-only
- name: HWLAB_CLOUD_RUNTIME_ADAPTER
value: postgres
- name: HWLAB_CLOUD_RUNTIME_DURABLE
value: "true"
- name: HWLAB_CODE_AGENT_TIMEOUT_MS
value: "1200000"
- 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-v03.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: TZ
value: Asia/Shanghai
- name: HWLAB_METRICS_NAMESPACE
value: hwlab-v03
- name: HWLAB_OBSERVABILITY_CONFIG_REVISION
value: PJ2026-01060505-20260619-long-trace-timeout-mitigation
- name: HWLAB_CODE_AGENT_TURN_STATUS_REFRESH_TIMEOUT_MS
value: "30000"
- name: HWLAB_CODE_AGENT_AGENTRUN_NO_RESPONSE_TIMEOUT_MS
value: "600000"
- name: HWLAB_CODE_AGENT_AGENTRUN_PROJECTION_SYNC_POLL_INTERVAL_MS
value: "1000"
- name: HWLAB_CODE_AGENT_AGENTRUN_PROJECTION_RESUME_ENABLED
value: "1"
- name: HWLAB_CODE_AGENT_AGENTRUN_PROJECTION_RESUME_INITIAL_DELAY_MS
value: "5000"
- name: HWLAB_CODE_AGENT_AGENTRUN_PROJECTION_RESUME_INTERVAL_MS
value: "60000"
- name: HWLAB_CODE_AGENT_AGENTRUN_PROJECTION_RESUME_MIN_AGE_MS
value: "30000"
- name: HWLAB_CODE_AGENT_AGENTRUN_PROJECTION_RESUME_BATCH_SIZE
value: "100"
- name: HWLAB_ACCESS_CONTROL_REQUIRED
value: "1"
- name: HWLAB_BOOTSTRAP_ADMIN_ID
value: usr_v03_admin
- name: HWLAB_BOOTSTRAP_ADMIN_USERNAME
value: admin
- name: HWLAB_BOOTSTRAP_ADMIN_DISPLAY_NAME
value: HWLAB v0.3 Admin
- name: HWLAB_BOOTSTRAP_ADMIN_PASSWORD_HASH
valueFrom:
secretKeyRef:
name: hwlab-v03-bootstrap-admin
key: password-hash
optional: true
- name: HWLAB_BOOTSTRAP_ADMIN_API_KEY_ID
value: key_master_server_admin
- name: HWLAB_BOOTSTRAP_ADMIN_API_KEY
valueFrom:
secretKeyRef:
name: hwlab-v03-master-server-admin-api-key
key: api-key
optional: true
- name: HWLAB_USER_BILLING_URL
value: http://hwlab-user-billing.hwlab-v03.svc.cluster.local:6670
- name: HWLAB_USER_BILLING_LOGIN_RETRY_ATTEMPTS
value: "2"
- name: HWLAB_USER_BILLING_LOGIN_RETRY_DELAY_MS
value: "250"
- name: HWLAB_USER_BILLING_CODE_AGENT_ENABLED
value: "1"
- name: HWLAB_USER_BILLING_CODE_AGENT_ESTIMATED_CREDITS
value: "1"
- name: HWLAB_USER_BILLING_CODE_AGENT_USED_CREDITS
value: "1"
- name: HWLAB_KEYCLOAK_ISSUER
value: https://auth.74-48-78-17.nip.io/realms/hwlab
- name: HWLAB_KEYCLOAK_CLIENT_ID
value: hwlab-cloud-web
- name: HWLAB_KEYCLOAK_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: hwlab-cloud-web-client
key: client-secret
optional: true
- name: HWLAB_CODE_AGENT_ADAPTER
value: agentrun-v01
- name: AGENTRUN_MGR_URL
value: http://agentrun-mgr.agentrun-v02.svc.cluster.local:8080
- name: AGENTRUN_API_KEY
valueFrom:
secretKeyRef:
name: hwlab-v03-master-server-admin-api-key
key: api-key
optional: true
- name: HWLAB_CODE_AGENT_AGENTRUN_RUNNER_NAMESPACE
value: agentrun-v02
- name: HWLAB_CODE_AGENT_AGENTRUN_SECRET_NAMESPACE
value: agentrun-v02
- name: HWLAB_CODE_AGENT_AGENTRUN_REPO_URL
value: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/HWLAB.git
- name: HWLAB_WORKBENCH_EMPTY_SESSION_GC_ENABLED
value: "1"
- name: HWLAB_WORKBENCH_EMPTY_SESSION_TTL_MS
value: "600000"
- name: HWLAB_WORKBENCH_EMPTY_SESSION_GC_INTERVAL_MS
value: "60000"
- name: HWLAB_WORKBENCH_EMPTY_SESSION_GC_INITIAL_DELAY_MS
value: "5000"
- name: HWLAB_WORKBENCH_EMPTY_SESSION_GC_BATCH_SIZE
value: "100"
- name: HWLAB_COMMIT_ID
value: 8f22923ed3c431c6ab24594b57a0d3a5db055d3e
- name: HWLAB_IMAGE
value: 127.0.0.1:5000/hwlab/hwlab-cloud-api-env@sha256:bcc30cbbc033873d0f91caec24e29f2cc88dd9dcad1b35e001c3bcbd33925967
- name: HWLAB_IMAGE_TAG
value: env-0aa74268cb99
- name: HWLAB_GITOPS_TARGET
value: v03
- name: HWLAB_GITOPS_PROFILE
value: v03
- name: HWLAB_GITOPS_SOURCE_COMMIT
value: 8f22923ed3c431c6ab24594b57a0d3a5db055d3e
- name: HWLAB_CODE_AGENT_AGENTRUN_SOURCE_COMMIT
value: 8f22923ed3c431c6ab24594b57a0d3a5db055d3e
- 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: 8f22923ed3c431c6ab24594b57a0d3a5db055d3e
- name: HWLAB_BOOT_REF
value: v0.3
- name: HWLAB_BOOT_SH
value: deploy/runtime/boot/hwlab-codex-api-responses-forwarder.sh
- name: HWLAB_BOOT_READ_URL
value: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/HWLAB.git
- name: HWLAB_ENVIRONMENT_IMAGE
value: 127.0.0.1:5000/hwlab/hwlab-cloud-api-env:env-0aa74268cb99
- name: HWLAB_ENVIRONMENT_DIGEST
value: sha256:bcc30cbbc033873d0f91caec24e29f2cc88dd9dcad1b35e001c3bcbd33925967
- name: HWLAB_ENVIRONMENT_INPUT_HASH
value: 0aa74268cb9902938d1eab6f3a84ca11102f37cd478fd2d9f54db9366f2690d0
- name: HWLAB_CODE_INPUT_HASH
value: b3f4ff8a6246a04e2effc0cf992ccb567be411624c744e719d03be8dbc99f661
- name: HWLAB_IMAGE_DIGEST
value: sha256:bcc30cbbc033873d0f91caec24e29f2cc88dd9dcad1b35e001c3bcbd33925967
- name: HWLAB_CODE_AGENT_AGENTRUN_PROVIDER_ID
value: D601
- name: HWLAB_OPENFGA_MODE
value: enforce
- name: HWLAB_OPENFGA_API_URL
value: http://hwlab-openfga.hwlab-v03.svc.cluster.local:8080
- name: HWLAB_OPENFGA_AUTHN_TOKEN
valueFrom:
secretKeyRef:
name: hwlab-v03-openfga
key: authn-preshared-key
optional: true
- name: UNIDESK_MAIN_SERVER_IP
value: http://74.48.78.17:18081
readinessProbe:
exec:
command:
- node
- -e
- "fetch('http://127.0.0.1:49280/health/readiness').then((r\
esponse) => 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((respon\
se) => process.exit(response.ok ? 0 : 1)).catch(() =>
process.exit(1))"
timeoutSeconds: 2
volumeMounts: []
imagePullPolicy: IfNotPresent
startupProbe:
exec:
command:
- node
- -e
- "fetch('http://127.0.0.1:49280/health/readiness').then((r\
esponse) => process.exit(response.ok ? 0 : 1)).catch(() =>
process.exit(1))"
timeoutSeconds: 2
periodSeconds: 10
failureThreshold: 30
successThreshold: 1
volumes:
- name: hwlab-user-skills
persistentVolumeClaim:
claimName: hwlab-user-skills
- apiVersion: apps/v1
kind: Deployment
metadata:
name: hwlab-user-billing
namespace: hwlab-v03
labels:
app.kubernetes.io/name: hwlab-user-billing
hwlab.pikastech.local/service-id: hwlab-user-billing
app.kubernetes.io/part-of: hwlab
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
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: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/name: hwlab-user-billing
app.kubernetes.io/part-of: hwlab
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
template:
metadata:
labels:
app.kubernetes.io/name: hwlab-user-billing
hwlab.pikastech.local/service-id: hwlab-user-billing
app.kubernetes.io/part-of: hwlab
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
hwlab.pikastech.local/artifact-source-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
hwlab.pikastech.local/monitoring: disabled
hwlab.pikastech.local/runtime-mode: env-reuse-git-mirror-checkout
hwlab.pikastech.local/boot-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
annotations:
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
hwlab.pikastech.local/artifact-source-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
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: 6f13f5df2e4befa655d6f9859d96db13e029db1b
hwlab.pikastech.local/boot-sh: deploy/runtime/boot/hwlab-user-billing.sh
hwlab.pikastech.local/environment-digest: sha256:2453eb17126968c6426d9025aeb1120691053b1359b35d388e4b0d00c0ffd76b
hwlab.pikastech.local/environment-input-hash: cc034d519583b2c47be0f0578d8bd8cd6f7bb608e2023a38ea9fae4c2f9d9e25
hwlab.pikastech.local/code-input-hash: e3640fb1e2033059775409ec30ebcf89b4ad5dba7b333b645f1383be24a04674
spec:
containers:
- name: hwlab-user-billing
image: 127.0.0.1:5000/hwlab/hwlab-user-billing-env@sha256:2453eb17126968c6426d9025aeb1120691053b1359b35d388e4b0d00c0ffd76b
ports:
- name: http
containerPort: 6670
env:
- name: HWLAB_USER_BILLING_PORT
value: "6670"
- name: HWLAB_USER_BILLING_STATE_AUTHORITY
value: pk01-postgres
- name: HWLAB_USER_BILLING_STATELESS
value: "true"
- name: TZ
value: Asia/Shanghai
- name: HWLAB_USER_BILLING_DB_URL
valueFrom:
secretKeyRef:
name: hwlab-cloud-api-v03-db
key: database-url
optional: true
- name: HWLAB_USER_BILLING_EXTERNAL_DB_LABEL
value: pk01-external-postgres
- name: HWLAB_USER_BILLING_REGISTRATION_ENABLED
value: "1"
- name: HWLAB_USER_BILLING_INITIAL_CREDITS
value: "0"
- name: HWLAB_USER_BILLING_CREDIT_PER_1K_TOKENS
value: "1"
- name: HWLAB_USER_BILLING_MIGRATE_ON_START
value: "1"
- name: HWLAB_USER_BILLING_REDIS_URL
value: redis://hwlab-user-billing-redis.hwlab-v03.svc.cluster.local:6379/0
- name: HWLAB_ENVIRONMENT
value: v03
- name: HWLAB_COMMIT_ID
value: 6f13f5df2e4befa655d6f9859d96db13e029db1b
- name: HWLAB_IMAGE
value: 127.0.0.1:5000/hwlab/hwlab-user-billing-env@sha256:2453eb17126968c6426d9025aeb1120691053b1359b35d388e4b0d00c0ffd76b
- name: HWLAB_IMAGE_TAG
value: env-cc034d519583
- name: HWLAB_GITOPS_TARGET
value: v03
- name: HWLAB_GITOPS_PROFILE
value: v03
- name: HWLAB_GITOPS_SOURCE_COMMIT
value: 6f13f5df2e4befa655d6f9859d96db13e029db1b
- 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: 6f13f5df2e4befa655d6f9859d96db13e029db1b
- name: HWLAB_BOOT_REF
value: v0.3
- name: HWLAB_BOOT_SH
value: deploy/runtime/boot/hwlab-user-billing.sh
- name: HWLAB_BOOT_READ_URL
value: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/HWLAB.git
- name: HWLAB_ENVIRONMENT_IMAGE
value: 127.0.0.1:5000/hwlab/hwlab-user-billing-env:env-cc034d519583
- name: HWLAB_ENVIRONMENT_DIGEST
value: sha256:2453eb17126968c6426d9025aeb1120691053b1359b35d388e4b0d00c0ffd76b
- name: HWLAB_ENVIRONMENT_INPUT_HASH
value: cc034d519583b2c47be0f0578d8bd8cd6f7bb608e2023a38ea9fae4c2f9d9e25
- name: HWLAB_CODE_INPUT_HASH
value: e3640fb1e2033059775409ec30ebcf89b4ad5dba7b333b645f1383be24a04674
- name: HWLAB_IMAGE_DIGEST
value: sha256:2453eb17126968c6426d9025aeb1120691053b1359b35d388e4b0d00c0ffd76b
readinessProbe:
httpGet:
path: /health/ready
port: http
livenessProbe:
httpGet:
path: /health/live
port: http
imagePullPolicy: IfNotPresent
startupProbe:
httpGet:
path: /health/ready
port: http
periodSeconds: 10
timeoutSeconds: 2
failureThreshold: 30
successThreshold: 1
volumes: []
- apiVersion: apps/v1
kind: Deployment
metadata:
name: hwlab-cloud-web
namespace: hwlab-v03
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: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
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: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/name: hwlab-cloud-web
app.kubernetes.io/part-of: hwlab
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
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: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/artifact-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/monitoring: disabled
hwlab.pikastech.local/runtime-mode: env-reuse-git-mirror-checkout
hwlab.pikastech.local/boot-commit: d318179837ef4252cc43cbb822a65214ea69efb3
annotations:
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/artifact-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
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: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/boot-sh: deploy/runtime/boot/hwlab-cloud-web.sh
hwlab.pikastech.local/environment-digest: sha256:dceac826c470c177499e3b434218e0f19c659ec913bf93b0b330119f044ed4a0
hwlab.pikastech.local/environment-input-hash: 0aa74268cb9902938d1eab6f3a84ca11102f37cd478fd2d9f54db9366f2690d0
hwlab.pikastech.local/code-input-hash: 89940b313455f69e27535ebd0a56048d55cf8e2a68363fabffbc2b40ea22648c
spec:
containers:
- name: hwlab-cloud-web
image: 127.0.0.1:5000/hwlab/hwlab-cloud-web-env@sha256:dceac826c470c177499e3b434218e0f19c659ec913bf93b0b330119f044ed4a0
ports:
- name: http
containerPort: 8080
env:
- name: HWLAB_API_BASE_URL
value: http://hwlab-cloud-api.hwlab-v03.svc.cluster.local:6667
- name: HWLAB_CLOUD_WEB_PROXY_TIMEOUT_MS
value: "1260000"
- name: HWLAB_COMMIT_ID
value: d318179837ef4252cc43cbb822a65214ea69efb3
- name: HWLAB_IMAGE
value: 127.0.0.1:5000/hwlab/hwlab-cloud-web-env@sha256:dceac826c470c177499e3b434218e0f19c659ec913bf93b0b330119f044ed4a0
- name: HWLAB_IMAGE_TAG
value: env-0aa74268cb99
- name: HWLAB_ENVIRONMENT
value: v03
- name: TZ
value: Asia/Shanghai
- name: HWLAB_GITOPS_TARGET
value: v03
- name: HWLAB_GITOPS_PROFILE
value: v03
- name: HWLAB_GITOPS_SOURCE_COMMIT
value: d318179837ef4252cc43cbb822a65214ea69efb3
- 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: d318179837ef4252cc43cbb822a65214ea69efb3
- name: HWLAB_BOOT_REF
value: v0.3
- 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:8080/pikasTech/HWLAB.git
- name: HWLAB_ENVIRONMENT_IMAGE
value: 127.0.0.1:5000/hwlab/hwlab-cloud-web-env:env-0aa74268cb99
- name: HWLAB_ENVIRONMENT_DIGEST
value: sha256:dceac826c470c177499e3b434218e0f19c659ec913bf93b0b330119f044ed4a0
- name: HWLAB_ENVIRONMENT_INPUT_HASH
value: 0aa74268cb9902938d1eab6f3a84ca11102f37cd478fd2d9f54db9366f2690d0
- name: HWLAB_CODE_INPUT_HASH
value: 89940b313455f69e27535ebd0a56048d55cf8e2a68363fabffbc2b40ea22648c
- name: HWLAB_IMAGE_DIGEST
value: sha256:dceac826c470c177499e3b434218e0f19c659ec913bf93b0b330119f044ed4a0
- name: HWLAB_PUBLIC_ENDPOINT
value: https://hwlab.pikapython.com
- name: HWLAB_WORKBENCH_TRACE_AUTO_EXPAND_RUNNING
value: "0"
- name: HWLAB_WORKBENCH_TRACE_AUTO_COLLAPSE_TERMINAL
value: "0"
readinessProbe:
httpGet:
path: /health/live
port: http
livenessProbe:
httpGet:
path: /health/live
port: http
imagePullPolicy: IfNotPresent
startupProbe:
httpGet:
path: /health/live
port: http
periodSeconds: 10
timeoutSeconds: 2
failureThreshold: 30
successThreshold: 1
volumes: []
- apiVersion: apps/v1
kind: Deployment
metadata:
name: hwlab-gateway
namespace: hwlab-v03
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: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
unidesk.ai/node-staging: "false"
annotations:
hwlab.pikastech.local/gitops-note: node DEV GitOps target.
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
spec:
replicas: 0
selector:
matchLabels:
app.kubernetes.io/name: hwlab-gateway
app.kubernetes.io/part-of: hwlab
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
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: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
hwlab.pikastech.local/artifact-source-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
hwlab.pikastech.local/runtime-mode: env-reuse-git-mirror-checkout
hwlab.pikastech.local/boot-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
annotations:
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
hwlab.pikastech.local/artifact-source-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
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: 6f13f5df2e4befa655d6f9859d96db13e029db1b
hwlab.pikastech.local/boot-sh: deploy/runtime/boot/hwlab-gateway.sh
hwlab.pikastech.local/environment-digest: sha256:146a5582cfaedf24074508fd296cf26450a4c663fbf2713c34b907a5fbc4938e
hwlab.pikastech.local/environment-input-hash: 0aa74268cb9902938d1eab6f3a84ca11102f37cd478fd2d9f54db9366f2690d0
hwlab.pikastech.local/code-input-hash: 9693556c71091e3e85d61efc6ef7d62e1064fba145ec83b3b9c196477f0b2870
spec:
containers:
- name: hwlab-gateway
image: 127.0.0.1:5000/hwlab/hwlab-gateway-env@sha256:146a5582cfaedf24074508fd296cf26450a4c663fbf2713c34b907a5fbc4938e
ports:
- name: http
containerPort: 7001
env:
- name: HWLAB_GATEWAY_MODE
value: hardware-boundary
- name: HWLAB_ENVIRONMENT
value: v03
- name: TZ
value: Asia/Shanghai
- name: HWLAB_COMMIT_ID
value: 6f13f5df2e4befa655d6f9859d96db13e029db1b
- name: HWLAB_IMAGE
value: 127.0.0.1:5000/hwlab/hwlab-gateway-env@sha256:146a5582cfaedf24074508fd296cf26450a4c663fbf2713c34b907a5fbc4938e
- name: HWLAB_IMAGE_TAG
value: env-0aa74268cb99
- name: HWLAB_GITOPS_TARGET
value: v03
- name: HWLAB_GITOPS_PROFILE
value: v03
- name: HWLAB_GITOPS_SOURCE_COMMIT
value: 6f13f5df2e4befa655d6f9859d96db13e029db1b
- 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: 6f13f5df2e4befa655d6f9859d96db13e029db1b
- name: HWLAB_BOOT_REF
value: v0.3
- name: HWLAB_BOOT_SH
value: deploy/runtime/boot/hwlab-gateway.sh
- name: HWLAB_BOOT_READ_URL
value: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/HWLAB.git
- name: HWLAB_ENVIRONMENT_IMAGE
value: 127.0.0.1:5000/hwlab/hwlab-gateway-env:env-0aa74268cb99
- name: HWLAB_ENVIRONMENT_DIGEST
value: sha256:146a5582cfaedf24074508fd296cf26450a4c663fbf2713c34b907a5fbc4938e
- name: HWLAB_ENVIRONMENT_INPUT_HASH
value: 0aa74268cb9902938d1eab6f3a84ca11102f37cd478fd2d9f54db9366f2690d0
- name: HWLAB_CODE_INPUT_HASH
value: 9693556c71091e3e85d61efc6ef7d62e1064fba145ec83b3b9c196477f0b2870
- name: HWLAB_IMAGE_DIGEST
value: sha256:146a5582cfaedf24074508fd296cf26450a4c663fbf2713c34b907a5fbc4938e
readinessProbe:
httpGet:
path: /health/live
port: http
livenessProbe:
httpGet:
path: /health/live
port: http
imagePullPolicy: IfNotPresent
startupProbe:
httpGet:
path: /health/live
port: http
periodSeconds: 10
timeoutSeconds: 2
failureThreshold: 30
successThreshold: 1
- apiVersion: apps/v1
kind: Deployment
metadata:
name: hwlab-edge-proxy
namespace: hwlab-v03
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: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
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: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/name: hwlab-edge-proxy
app.kubernetes.io/part-of: hwlab
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
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: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
hwlab.pikastech.local/artifact-source-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
hwlab.pikastech.local/monitoring: disabled
hwlab.pikastech.local/runtime-mode: env-reuse-git-mirror-checkout
hwlab.pikastech.local/boot-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
annotations:
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
hwlab.pikastech.local/artifact-source-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
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: 6f13f5df2e4befa655d6f9859d96db13e029db1b
hwlab.pikastech.local/boot-sh: deploy/runtime/boot/hwlab-edge-proxy.sh
hwlab.pikastech.local/environment-digest: sha256:bc28106184129be81f5da8d28e67ed5ab1315a0ff850aa052134859f17a19f2d
hwlab.pikastech.local/environment-input-hash: 0aa74268cb9902938d1eab6f3a84ca11102f37cd478fd2d9f54db9366f2690d0
hwlab.pikastech.local/code-input-hash: 16488a2d0a0d28f639fc0dc761d790ebc50da126bb5a2810a2a71e5a4c1fcc48
spec:
containers:
- name: hwlab-edge-proxy
image: 127.0.0.1:5000/hwlab/hwlab-edge-proxy-env@sha256:bc28106184129be81f5da8d28e67ed5ab1315a0ff850aa052134859f17a19f2d
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-v03.svc.cluster.local:6667
- name: HWLAB_EDGE_PROXY_TIMEOUT_MS
value: "1260000"
- name: HWLAB_EDGE_IDLE_TIMEOUT_SECONDS
value: "120"
- name: TZ
value: Asia/Shanghai
- name: HWLAB_ENVIRONMENT
value: v03
- name: HWLAB_COMMIT_ID
value: 6f13f5df2e4befa655d6f9859d96db13e029db1b
- name: HWLAB_IMAGE
value: 127.0.0.1:5000/hwlab/hwlab-edge-proxy-env@sha256:bc28106184129be81f5da8d28e67ed5ab1315a0ff850aa052134859f17a19f2d
- name: HWLAB_IMAGE_TAG
value: env-0aa74268cb99
- name: HWLAB_GITOPS_TARGET
value: v03
- name: HWLAB_GITOPS_PROFILE
value: v03
- name: HWLAB_GITOPS_SOURCE_COMMIT
value: 6f13f5df2e4befa655d6f9859d96db13e029db1b
- 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: 6f13f5df2e4befa655d6f9859d96db13e029db1b
- name: HWLAB_BOOT_REF
value: v0.3
- name: HWLAB_BOOT_SH
value: deploy/runtime/boot/hwlab-edge-proxy.sh
- name: HWLAB_BOOT_READ_URL
value: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/HWLAB.git
- name: HWLAB_ENVIRONMENT_IMAGE
value: 127.0.0.1:5000/hwlab/hwlab-edge-proxy-env:env-0aa74268cb99
- name: HWLAB_ENVIRONMENT_DIGEST
value: sha256:bc28106184129be81f5da8d28e67ed5ab1315a0ff850aa052134859f17a19f2d
- name: HWLAB_ENVIRONMENT_INPUT_HASH
value: 0aa74268cb9902938d1eab6f3a84ca11102f37cd478fd2d9f54db9366f2690d0
- name: HWLAB_CODE_INPUT_HASH
value: 16488a2d0a0d28f639fc0dc761d790ebc50da126bb5a2810a2a71e5a4c1fcc48
- name: HWLAB_IMAGE_DIGEST
value: sha256:bc28106184129be81f5da8d28e67ed5ab1315a0ff850aa052134859f17a19f2d
- name: HWLAB_PUBLIC_ENDPOINT
value: https://hwlab.pikapython.com
readinessProbe:
httpGet:
path: /health
port: http
timeoutSeconds: 3
failureThreshold: 5
livenessProbe:
httpGet:
path: /health
port: http
periodSeconds: 20
timeoutSeconds: 5
failureThreshold: 6
imagePullPolicy: IfNotPresent
startupProbe:
httpGet:
path: /health/live
port: http
periodSeconds: 10
timeoutSeconds: 3
failureThreshold: 30
successThreshold: 1
volumes: []
- apiVersion: apps/v1
kind: Deployment
metadata:
name: hwlab-agent-skills
namespace: hwlab-v03
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: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
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: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/name: hwlab-agent-skills
app.kubernetes.io/part-of: hwlab
hwlab.pikastech.local/environment: v03
hwlab.pikastech.local/profile: v03
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: v03
hwlab.pikastech.local/profile: v03
hwlab.pikastech.local/gitops-target: v03
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
hwlab.pikastech.local/artifact-source-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
hwlab.pikastech.local/monitoring: disabled
hwlab.pikastech.local/runtime-mode: env-reuse-git-mirror-checkout
hwlab.pikastech.local/boot-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
annotations:
hwlab.pikastech.local/gitops-render-source-commit: d318179837ef4252cc43cbb822a65214ea69efb3
hwlab.pikastech.local/source-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
hwlab.pikastech.local/artifact-source-commit: 6f13f5df2e4befa655d6f9859d96db13e029db1b
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: 6f13f5df2e4befa655d6f9859d96db13e029db1b
hwlab.pikastech.local/boot-sh: deploy/runtime/boot/hwlab-agent-skills.sh
hwlab.pikastech.local/environment-digest: sha256:4b42cd8ec371c64118d226cd7a7c79135014ba4329468ec76470c02b77a781ad
hwlab.pikastech.local/environment-input-hash: 0aa74268cb9902938d1eab6f3a84ca11102f37cd478fd2d9f54db9366f2690d0
hwlab.pikastech.local/code-input-hash: 369ca524ae4010fb5d9adfd30b4290808a035804b4674755bc193fee743f3d5a
spec:
containers:
- name: hwlab-agent-skills
image: 127.0.0.1:5000/hwlab/hwlab-agent-skills-env@sha256:4b42cd8ec371c64118d226cd7a7c79135014ba4329468ec76470c02b77a781ad
ports:
- name: http
containerPort: 7430
env:
- name: HWLAB_SKILLS_COMMIT_ID
value: 6f13f5df2e4befa655d6f9859d96db13e029db1b
- name: TZ
value: Asia/Shanghai
- name: HWLAB_ENVIRONMENT
value: v03
- name: HWLAB_COMMIT_ID
value: 6f13f5df2e4befa655d6f9859d96db13e029db1b
- name: HWLAB_IMAGE
value: 127.0.0.1:5000/hwlab/hwlab-agent-skills-env@sha256:4b42cd8ec371c64118d226cd7a7c79135014ba4329468ec76470c02b77a781ad
- name: HWLAB_IMAGE_TAG
value: env-0aa74268cb99
- name: HWLAB_GITOPS_TARGET
value: v03
- name: HWLAB_GITOPS_PROFILE
value: v03
- name: HWLAB_GITOPS_SOURCE_COMMIT
value: 6f13f5df2e4befa655d6f9859d96db13e029db1b
- 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: 6f13f5df2e4befa655d6f9859d96db13e029db1b
- name: HWLAB_BOOT_REF
value: v0.3
- name: HWLAB_BOOT_SH
value: deploy/runtime/boot/hwlab-agent-skills.sh
- name: HWLAB_BOOT_READ_URL
value: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/HWLAB.git
- name: HWLAB_ENVIRONMENT_IMAGE
value: 127.0.0.1:5000/hwlab/hwlab-agent-skills-env:env-0aa74268cb99
- name: HWLAB_ENVIRONMENT_DIGEST
value: sha256:4b42cd8ec371c64118d226cd7a7c79135014ba4329468ec76470c02b77a781ad
- name: HWLAB_ENVIRONMENT_INPUT_HASH
value: 0aa74268cb9902938d1eab6f3a84ca11102f37cd478fd2d9f54db9366f2690d0
- name: HWLAB_CODE_INPUT_HASH
value: 369ca524ae4010fb5d9adfd30b4290808a035804b4674755bc193fee743f3d5a
- name: HWLAB_IMAGE_DIGEST
value: sha256:4b42cd8ec371c64118d226cd7a7c79135014ba4329468ec76470c02b77a781ad
readinessProbe:
httpGet:
path: /health/live
port: http
livenessProbe:
httpGet:
path: /health/live
port: http
imagePullPolicy: IfNotPresent
startupProbe:
httpGet:
path: /health/live
port: http
periodSeconds: 10
timeoutSeconds: 2
failureThreshold: 30
successThreshold: 1
volumes: []