This commit is contained in:
sirius0xdev 2026-05-08 00:19:50 +00:00
parent 9a92097ebf
commit 3e2b9e0541

View file

@ -155,7 +155,7 @@ spec:
- name: API_SERVER_PORT - name: API_SERVER_PORT
value: "8642" value: "8642"
- name: API_SERVER_KEY - name: API_SERVER_KEY
value: "" # empty = no auth (tailnet-only, private) value: "change-me-make-me-secret" #(tailnet-only, private)
- name: API_SERVER_MODEL_NAME - name: API_SERVER_MODEL_NAME
value: "hermes-agent" value: "hermes-agent"
@ -169,8 +169,6 @@ spec:
mountPath: /tmp/hermes/config.yaml mountPath: /tmp/hermes/config.yaml
subPath: config.yaml subPath: config.yaml
readOnly: true readOnly: true
- name: hermes-bin
mountPath: /home/hermes/bin
resources: resources:
requests: requests: