catalog/incubator/penpot/3.0.3/ix_values.yaml

124 lines
2.7 KiB
YAML

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