54 lines
952 B
YAML
54 lines
952 B
YAML
image:
|
|
repository: tccr.io/truecharts/cherry
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.0.6@sha256:54a0c8574240d0df483de88a815da9f8e62a9048badde61271b6dd4f1c03909f
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
|
|
envFrom:
|
|
- secretRef:
|
|
name: '{{ include "tc.common.names.fullname" . }}-cherry-secret'
|
|
- configMapRef:
|
|
name: '{{ include "tc.common.names.fullname" . }}-cherry-configmap'
|
|
|
|
cherry:
|
|
insecure_cookie: true
|
|
public_registration: true
|
|
page_bookmark_limit: 60
|
|
google_oauth_uri: ""
|
|
google_oauth_id: ""
|
|
google_oauth_secret: ""
|
|
|
|
probes:
|
|
liveness:
|
|
type: HTTP
|
|
path: /
|
|
readiness:
|
|
type: HTTP
|
|
path: /
|
|
startup:
|
|
type: HTTP
|
|
path: /
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10303
|
|
protocol: HTTP
|
|
targetPort: 8000
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
|
|
portal:
|
|
enabled: true
|