0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-26 08:29:42 -05:00
penpot/.gimlet/penpot-pr.yaml

25 lines
770 B
YAML
Raw Normal View History

2024-05-23 15:13:43 +02:00
app: penpot-pr-{{ .BRANCH | sanitizeDNSName }}
# TODO move to staging cluster when ready
env: prod
deploy:
event: pr
cleanup:
event: branchDeleted
app: penpot-pr-{{ .BRANCH | sanitizeDNSName }}
chart:
2024-06-19 16:30:45 +02:00
name: https://github.com/tokens-studio/tokens-studio-for-penpot.git?branch={{ .BRANCH }}&path=/.gimlet/k8s/preview-frontend/
2024-05-23 15:13:43 +02:00
values:
2024-05-23 15:39:21 +02:00
namespace: "{{ .BRANCH | sanitizeDNSName }}"
2024-05-23 15:13:43 +02:00
frontend:
image:
pullPolicy: IfNotPresent
repository: ghcr.io/tokens-studio/tokens-studio-for-penpot
tag: 'frontend-pr-{{ .SHA }}'
2024-05-23 15:13:43 +02:00
ingress:
hosts:
- host: "{{ .BRANCH | sanitizeDNSName }}.penpot.staging.tokens.studio"
tls:
- secretName: tls-penpot
hosts:
- "{{ .BRANCH | sanitizeDNSName }}.penpot.staging.tokens.studio"