hermes更新到v2026.05.29
This commit is contained in:
+5
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user