mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
Merge pull request #180 from tokens-studio/feat/mailslurper
Setup mailslurper
This commit is contained in:
commit
a2292eb387
3 changed files with 24 additions and 1 deletions
17
.gimlet/penpot-infra.yaml
Normal file
17
.gimlet/penpot-infra.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
app: penpot-infra
|
||||
env: prod
|
||||
namespace: penpot
|
||||
chart:
|
||||
repository: https://chart.onechart.dev
|
||||
name: onechart
|
||||
version: 0.64.0
|
||||
values:
|
||||
containerPort: 1025
|
||||
gitRepository: tokens-studio/tokens-studio-for-penpot
|
||||
gitSha: '{{ .SHA }}'
|
||||
image:
|
||||
repository: oryd/mailslurper
|
||||
tag: smtps-latest
|
||||
replicas: 1
|
||||
resources:
|
||||
ignoreLimits: true
|
|
@ -1,6 +1,7 @@
|
|||
app: penpot-pr-{{ .BRANCH | sanitizeDNSName }}
|
||||
# TODO move to staging cluster when ready
|
||||
env: prod
|
||||
namespace: penpot
|
||||
deploy:
|
||||
event: pr
|
||||
cleanup:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
app: penpot
|
||||
env: prod
|
||||
namespace: apps
|
||||
namespace: penpot
|
||||
deploy:
|
||||
branch: token-studio-develop
|
||||
event: push
|
||||
|
@ -102,6 +102,11 @@ manifests: |
|
|||
redisEnabled: true
|
||||
imagePullSecrets:
|
||||
- name: ghcr-login-secret
|
||||
smtp:
|
||||
enabled: true
|
||||
host: mailslurper
|
||||
tls: false
|
||||
port: 1025
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: standard-rwx
|
||||
|
|
Loading…
Reference in a new issue