Update deployment.yaml

This commit is contained in:
sirius0xdev 2026-05-06 16:15:06 -04:00 committed by GitHub
parent 505efa3936
commit 1ccfb45263
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,7 @@ spec:
securityContext: securityContext:
fsGroup: 1000 fsGroup: 1000
runAsGroup: 1000 runAsGroup: 1000
runAsUser: 1000
containers: containers:
- name: hermes-agent - name: hermes-agent
securityContext: securityContext:
@ -47,7 +48,7 @@ spec:
name: hermes-secrets name: hermes-secrets
key: TELEGRAM_BOT_TOKEN key: TELEGRAM_BOT_TOKEN
- name: XAI_API_KEY - name: XAI_API_KEY
valuesFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: xai-apikey name: xai-apikey
key: XAI_API_KEY key: XAI_API_KEY