mirror of
https://github.com/penpot/penpot.git
synced 2025-03-20 19:51:23 -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 }}
|
app: penpot-pr-{{ .BRANCH | sanitizeDNSName }}
|
||||||
# TODO move to staging cluster when ready
|
# TODO move to staging cluster when ready
|
||||||
env: prod
|
env: prod
|
||||||
|
namespace: penpot
|
||||||
deploy:
|
deploy:
|
||||||
event: pr
|
event: pr
|
||||||
cleanup:
|
cleanup:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
app: penpot
|
app: penpot
|
||||||
env: prod
|
env: prod
|
||||||
namespace: apps
|
namespace: penpot
|
||||||
deploy:
|
deploy:
|
||||||
branch: token-studio-develop
|
branch: token-studio-develop
|
||||||
event: push
|
event: push
|
||||||
|
@ -102,6 +102,11 @@ 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue