0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Setup mailslurper

This commit is contained in:
SorsOps 2024-06-19 14:42:04 +02:00
parent 4c236ab423
commit deb7ba9823
No known key found for this signature in database
GPG key ID: E9EC78C740654016
3 changed files with 24 additions and 1 deletions

17
.gimlet/penpot-infra.yaml Normal file
View 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

View file

@ -1,6 +1,7 @@
app: penpot-pr-{{ .BRANCH | sanitizeDNSName }}
# TODO move to staging cluster when ready
env: prod
namespace: penpot
deploy:
event: pr
cleanup:

View file

@ -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