mirror of
https://github.com/penpot/penpot.git
synced 2025-06-15 09:31:38 +02:00
Update namespace
This commit is contained in:
parent
b40f222d16
commit
79b49bae27
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||||
|
@ -9,7 +10,6 @@ cleanup:
|
||||||
chart:
|
chart:
|
||||||
name: https://github.com/tokens-studio/tokens-studio-for-penpot.git?branch={{ .BRANCH }}&path=/.gimlet/k8s/penpot/
|
name: https://github.com/tokens-studio/tokens-studio-for-penpot.git?branch={{ .BRANCH }}&path=/.gimlet/k8s/penpot/
|
||||||
values:
|
values:
|
||||||
namespace: "penpot"
|
|
||||||
redis:
|
redis:
|
||||||
replica:
|
replica:
|
||||||
replicaCount: 0
|
replicaCount: 0
|
||||||
|
@ -67,4 +67,4 @@ values:
|
||||||
tls:
|
tls:
|
||||||
- secretName: tls-penpot
|
- secretName: tls-penpot
|
||||||
hosts:
|
hosts:
|
||||||
- "{{ .BRANCH | sanitizeDNSName }}.penpot.dev.tokens.studio"
|
- "{{ .BRANCH | sanitizeDNSName }}.penpot.dev.tokens.studio"
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
app: penpot
|
app: penpot
|
||||||
env: prod
|
env: prod
|
||||||
|
namespace: penpot
|
||||||
deploy:
|
deploy:
|
||||||
branch: token-studio-develop
|
branch: token-studio-develop
|
||||||
event: push
|
event: push
|
||||||
chart:
|
chart:
|
||||||
name: https://github.com/tokens-studio/tokens-studio-for-penpot.git?branch={{ .BRANCH }}&path=/.gimlet/k8s/penpot/
|
name: https://github.com/tokens-studio/tokens-studio-for-penpot.git?branch={{ .BRANCH }}&path=/.gimlet/k8s/penpot/
|
||||||
values:
|
values:
|
||||||
namespace: "penpot"
|
|
||||||
redis:
|
redis:
|
||||||
replica:
|
replica:
|
||||||
replicaCount: 0
|
replicaCount: 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue