75 lines
1.6 KiB
YAML
75 lines
1.6 KiB
YAML
image:
|
|
repository: ghcr.io/manyfold3d/manyfold
|
|
tag: 0.77.3@sha256:fc6c883d5d824a9bf53e8db1aadf77957be9c9dcaf063d9b39d52456979890f7
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 3214
|
|
port: 3214
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
DATABASE_ADAPTER: postgresql
|
|
DATABASE_HOST: "{{ .Values.cnpg.main.creds.host }}"
|
|
DATABASE_NAME: "{{ .Values.cnpg.main.database }}"
|
|
DATABASE_USER: "{{ .Values.cnpg.main.user }}"
|
|
DATABASE_PASSWORD:
|
|
secretKeyRef:
|
|
name: cnpg-main-user
|
|
key: password
|
|
SECRET_KEY_BASE:
|
|
secretKeyRef:
|
|
name: manyfold-secrets
|
|
key: SECRET_KEY_BASE
|
|
REDIS_URL:
|
|
secretKeyRef:
|
|
expandObjectName: false
|
|
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
|
key: url
|
|
probes:
|
|
readiness:
|
|
enabled: true
|
|
type: http
|
|
path: /health
|
|
liveness:
|
|
enabled: true
|
|
type: http
|
|
path: /health
|
|
startup:
|
|
enabled: true
|
|
type: http
|
|
path: /health
|
|
|
|
persistence:
|
|
libraries:
|
|
enabled: true
|
|
mountPath: "/libraries"
|
|
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: manyfold
|
|
database: manyfold
|
|
|
|
redis:
|
|
enabled: true
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|