mirror of
https://github.com/penpot/penpot.git
synced 2025-01-07 15:39:42 -05:00
Move config
This commit is contained in:
parent
3e94d46850
commit
21ef1586f0
1 changed files with 5 additions and 5 deletions
|
@ -94,11 +94,6 @@ manifests: |
|
||||||
redisEnabled: true
|
redisEnabled: true
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: ghcr-login-secret
|
- name: ghcr-login-secret
|
||||||
smtp:
|
|
||||||
enabled: true
|
|
||||||
host: mailslurper
|
|
||||||
tls: false
|
|
||||||
port: 1025
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: standard-rwx
|
storageClass: standard-rwx
|
||||||
|
@ -130,6 +125,11 @@ manifests: |
|
||||||
- penpot.tokens.studio
|
- penpot.tokens.studio
|
||||||
config:
|
config:
|
||||||
publicURI: https://penpot.tokens.studio
|
publicURI: https://penpot.tokens.studio
|
||||||
|
smtp:
|
||||||
|
enabled: true
|
||||||
|
host: mailslurper
|
||||||
|
tls: false
|
||||||
|
port: 1025
|
||||||
redis:
|
redis:
|
||||||
host: penpot-redis-master.penpot.svc.cluster.local
|
host: penpot-redis-master.penpot.svc.cluster.local
|
||||||
postgresql:
|
postgresql:
|
||||||
|
|
Loading…
Reference in a new issue