fix(official-bots): mount JWT public key from ncs-jwt-keys #414

Merged
Janis merged 2 commits from fix/official-bots-jwt-mount into main 2026-06-17 09:51:17 +02:00
Showing only changes of commit cfb25eff8c - Show all commits
+10
View File
@@ -441,6 +441,12 @@ spec:
key: INTERNAL_SECRET
- name: ACCOUNT_SERVICE_URL
value: http://nowchess-account:8083
- name: JWT_PUBLIC_KEY_PATH
value: /secrets/jwt/public.pem
volumeMounts:
- name: jwt-keys
mountPath: /secrets/jwt
readOnly: true
ports:
- containerPort: 8088
protocol: TCP
@@ -463,6 +469,10 @@ spec:
limits:
cpu: "500m"
memory: "256Mi"
volumes:
- name: jwt-keys
secret:
secretName: ncs-jwt-keys
rollbackWindow:
revisions: 3
strategy: