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
|
value: "true" # Forces OIDC registration
|
||||||
- name: FORGEJO__service__SHOW_REGISTRATION_BUTTON
|
- name: FORGEJO__service__SHOW_REGISTRATION_BUTTON
|
||||||
value: "false"
|
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
|
# Package & Container Registries
|
||||||
- name: FORGEJO__packages__ENABLED
|
- name: FORGEJO__packages__ENABLED
|
||||||
|
|
|
||||||
|
|
@ -67,6 +67,11 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: matrix-bot-credentials
|
name: matrix-bot-credentials
|
||||||
key: client-secret
|
key: client-secret
|
||||||
|
- name: MATRIX_RECOVERY_KEY
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: matrix-bot-credentials
|
||||||
|
key: recovery-key
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/store
|
- mountPath: /app/store
|
||||||
name: bot-store
|
name: bot-store
|
||||||
|
|
|
||||||
|
|
@ -24,3 +24,7 @@ spec:
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: nest-matrix-bot
|
key: nest-matrix-bot
|
||||||
property: client-secret
|
property: client-secret
|
||||||
|
- secretKey: recovery-key
|
||||||
|
remoteRef:
|
||||||
|
key: nest-matrix-bot
|
||||||
|
property: bot-security-keys
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,4 @@ spec:
|
||||||
storageClassName: longhorn
|
storageClassName: longhorn
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 100Mi
|
storage: 500Mi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue