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
|
2024-06-04 15:52:52 +05:30
|
|
|
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"
|
|
|
|
|