Setup mailslurper

This commit is contained in:
SorsOps
2024-06-19 14:42:04 +02:00
parent 4c236ab423
commit deb7ba9823
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 }} 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:

View File

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