hermes更新到v2026.05.29

This commit is contained in:
Sense T
2026-05-29 13:09:15 +00:00
parent 0f6c3ff585
commit b1c307e1fe
4 changed files with 315 additions and 125 deletions
+5 -3
View File
@@ -42,7 +42,7 @@ spec:
httpGet:
path: /health
port: 8642
initialDelaySeconds: 60
initialDelaySeconds: 180
periodSeconds: 10
successThreshold: 1
failureThreshold: 3
@@ -81,6 +81,8 @@ spec:
value: '::'
- name: HERMES_DASHBOARD_HOST
value: '9119'
- name: HERMES_DASHBOARD_INSECURE
value: "1"
envFrom:
- secretRef:
name: hermes
@@ -101,8 +103,8 @@ spec:
- name: tmp
mountPath: /tmp
- name: start-sh
mountPath: /opt/hermes/docker/entrypoint.sh
subPath: entrypoint.sh
mountPath: /opt/hermes/docker/stage2-hook.sh
subPath: stage2-hook.sh
resources:
requests:
memory: "1Gi"