use hermes stock image for platform engineer
This commit is contained in:
@@ -91,7 +91,11 @@ spec:
|
|||||||
- name: hermes
|
- name: hermes
|
||||||
image: nousresearch/hermes-agent:latest
|
image: nousresearch/hermes-agent:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
command: ["gateway", "run"]
|
# IMPORTANT: do NOT set `command:` — it would override the image's
|
||||||
|
# ENTRYPOINT (/init, s6-overlay), which sets up the hermes user, seeds
|
||||||
|
# config on first boot, and supervises the gateway. The image's CMD
|
||||||
|
# (main-wrapper.sh) already routes `gateway run` through s6.
|
||||||
|
args: ["gateway", "run"]
|
||||||
ports:
|
ports:
|
||||||
- name: gateway
|
- name: gateway
|
||||||
containerPort: 8642
|
containerPort: 8642
|
||||||
|
|||||||
Reference in New Issue
Block a user