129 lines
2.9 KiB
YAML
129 lines
2.9 KiB
YAML
|
backendImage:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: penpotapp/backend
|
||
|
tag: 1.19.3@sha256:a800c1096e8d8774d1fbe8c6deac6244c284e3a4c407acc56a460f3289d09adb
|
||
|
exporterImage:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: penpotapp/exporter
|
||
|
tag: 1.19.3@sha256:e113a685d07bff470a2e75acab61fd61c5b24185d8931fd19b65d1f622061823
|
||
|
hostAliases:
|
||
|
- hostnames:
|
||
|
- penpot-backend
|
||
|
- penpot-exporter
|
||
|
- penpot-frontend
|
||
|
ip: 127.0.0.1
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: penpotapp/frontend
|
||
|
tag: 1.19.3@sha256:cfc31dd9d63ec92759dc66b19da5401896748c6ec96ce1f3b06a21604eaa16e9
|
||
|
penpot:
|
||
|
flags:
|
||
|
backend_api_doc: false
|
||
|
cors: false
|
||
|
demo_users: false
|
||
|
demo_warning: false
|
||
|
insecure_register: false
|
||
|
log_emails: false
|
||
|
log_invitation_token: false
|
||
|
login: true
|
||
|
mail_verification: true
|
||
|
registration: true
|
||
|
secure_session_cookies: true
|
||
|
user_feedback: false
|
||
|
identity_providers:
|
||
|
github:
|
||
|
client_id: ""
|
||
|
client_secret: ""
|
||
|
enabled: false
|
||
|
gitlab:
|
||
|
base_uri: ""
|
||
|
client_id: ""
|
||
|
client_secret: ""
|
||
|
enabled: false
|
||
|
google:
|
||
|
client_id: ""
|
||
|
client_secret: ""
|
||
|
enabled: false
|
||
|
ldap:
|
||
|
attrs_email: ""
|
||
|
attrs_fullname: ""
|
||
|
attrs_username: ""
|
||
|
base_dn: ""
|
||
|
bind_dn: ""
|
||
|
bind_pass: ""
|
||
|
enabled: false
|
||
|
host: ""
|
||
|
port: 10389
|
||
|
ssl: false
|
||
|
starttls: false
|
||
|
oidc:
|
||
|
base_uri: ""
|
||
|
client_id: ""
|
||
|
client_secret: ""
|
||
|
enabled: false
|
||
|
public_uri: http://localhost:{{ .Values.service.main.ports.main.port }}
|
||
|
registration_domain_whitelist: []
|
||
|
smtp:
|
||
|
default_from: no-reply@example.com
|
||
|
default_reply_to: no-reply@example.com
|
||
|
enabled: false
|
||
|
host: ""
|
||
|
pass: ""
|
||
|
port: 587
|
||
|
ssl: false
|
||
|
tls: true
|
||
|
user: ""
|
||
|
telemetry_enabled: false
|
||
|
persistence:
|
||
|
assets:
|
||
|
enabled: true
|
||
|
mountPath: /opt/data/assets
|
||
|
data:
|
||
|
enabled: true
|
||
|
mountPath: /opt/data
|
||
|
noMount: true
|
||
|
portal:
|
||
|
enabled: true
|
||
|
postgresql:
|
||
|
enabled: true
|
||
|
existingSecret: dbcreds
|
||
|
postgresqlDatabase: penpot
|
||
|
postgresqlUsername: penpot
|
||
|
redis:
|
||
|
enabled: true
|
||
|
existingSecret: rediscreds
|
||
|
redisUsername: penpot
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsNonRoot: false
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 10592
|
||
|
protocol: HTTP
|
||
|
targetPort: 80
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
envFrom:
|
||
|
- secretRef:
|
||
|
name: '{{ include "tc.common.names.fullname" . }}-common-secret'
|
||
|
- secretRef:
|
||
|
name: '{{ include "tc.common.names.fullname" . }}-frontend-secret'
|
||
|
probes:
|
||
|
liveness:
|
||
|
path: /
|
||
|
type: HTTP
|
||
|
readiness:
|
||
|
path: /
|
||
|
type: HTTP
|
||
|
startup:
|
||
|
path: /
|
||
|
type: HTTP
|