mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 14:12:36 -05:00
Merge pull request #90 from tokens-studio/fix/containerization
Add redis. Ingress should be under front end for some reason
This commit is contained in:
commit
d907555314
1 changed files with 11 additions and 11 deletions
|
@ -96,7 +96,7 @@ manifests: |
|
||||||
values:
|
values:
|
||||||
global:
|
global:
|
||||||
postgresqlEnabled: false
|
postgresqlEnabled: false
|
||||||
redisEnabled: false
|
redisEnabled: true
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: ghcr-login-secret
|
- name: ghcr-login-secret
|
||||||
backend:
|
backend:
|
||||||
|
@ -109,16 +109,16 @@ manifests: |
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ghcr.io/tokens-studio/tokens-studio-for-penpot
|
repository: ghcr.io/tokens-studio/tokens-studio-for-penpot
|
||||||
tag: 'frontend-{{ .SHA }}'
|
tag: 'frontend-{{ .SHA }}'
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
networking.gke.io/v1beta1.FrontendConfig: default-frontend-config
|
networking.gke.io/v1beta1.FrontendConfig: default-frontend-config
|
||||||
hosts:
|
hosts:
|
||||||
- host: penpot.tokens.studio
|
- host: penpot.tokens.studio
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- penpot.tokens.studio
|
- penpot.tokens.studio
|
||||||
config:
|
config:
|
||||||
publicURI: https://penpot.tokens.studio
|
publicURI: https://penpot.tokens.studio
|
||||||
postgresql:
|
postgresql:
|
||||||
|
|
Loading…
Add table
Reference in a new issue