fix(official-bots): mount JWT public key from ncs-jwt-keys (#414)
Reviewed-on: #414
This commit was merged in pull request #414.
This commit is contained in:
@@ -93,6 +93,21 @@ patches:
|
|||||||
name: nowchess-core
|
name: nowchess-core
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
- patch: |-
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Rollout
|
||||||
|
metadata:
|
||||||
|
name: nowchess-official-bots
|
||||||
|
spec:
|
||||||
|
template:
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- name: nowchess-official-bots
|
||||||
|
env:
|
||||||
|
- name: QUARKUS_LOG_CATEGORY__IO_SMALLRYE_JWT__LEVEL
|
||||||
|
value: DEBUG
|
||||||
|
- name: QUARKUS_LOG_CATEGORY__IO_QUARKUS_SECURITY__LEVEL
|
||||||
|
value: DEBUG
|
||||||
images:
|
images:
|
||||||
- name: ghcr.io/now-chess/now-chess-systems/account
|
- name: ghcr.io/now-chess/now-chess-systems/account
|
||||||
newTag: 0.25.0
|
newTag: 0.25.0
|
||||||
|
|||||||
Reference in New Issue
Block a user