Update nest-matrix-bot for mautrix re-write
This commit is contained in:
parent
17408216c0
commit
6fa52023b9
4 changed files with 16 additions and 1 deletions
|
|
@ -79,6 +79,12 @@ spec:
|
|||
value: "true" # Forces OIDC registration
|
||||
- name: FORGEJO__service__SHOW_REGISTRATION_BUTTON
|
||||
value: "false"
|
||||
- name: FORGEJO__service__ENABLE_PASSWORD_SIGNIN_FORM
|
||||
value: "false"
|
||||
- name: FORGEJO__openid__ENABLE_OPENID_SIGNIN
|
||||
value: "false"
|
||||
- name: FORGEJO__openid__ENABLE_OPENID_SIGNUP
|
||||
value: "false"
|
||||
|
||||
# Package & Container Registries
|
||||
- name: FORGEJO__packages__ENABLED
|
||||
|
|
|
|||
|
|
@ -67,6 +67,11 @@ spec:
|
|||
secretKeyRef:
|
||||
name: matrix-bot-credentials
|
||||
key: client-secret
|
||||
- name: MATRIX_RECOVERY_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: matrix-bot-credentials
|
||||
key: recovery-key
|
||||
volumeMounts:
|
||||
- mountPath: /app/store
|
||||
name: bot-store
|
||||
|
|
|
|||
|
|
@ -24,3 +24,7 @@ spec:
|
|||
remoteRef:
|
||||
key: nest-matrix-bot
|
||||
property: client-secret
|
||||
- secretKey: recovery-key
|
||||
remoteRef:
|
||||
key: nest-matrix-bot
|
||||
property: bot-security-keys
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@ spec:
|
|||
storageClassName: longhorn
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Mi
|
||||
storage: 500Mi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue