30 lines
469 B
YAML
30 lines
469 B
YAML
existingSecretConfigMap: maubot-secret
|
|
|
|
persistence:
|
|
existingClaim: maubot
|
|
|
|
initContainers:
|
|
dbInit:
|
|
image:
|
|
repository: ghcr.io/onedr0p/postgres-init
|
|
tag: "16"
|
|
envFrom:
|
|
- secretRef:
|
|
name: maubot-secret
|
|
|
|
envFromSecret: maubot-secret
|
|
|
|
image:
|
|
repository: dock.mau.dev/maubot/maubot
|
|
tag: v0.4.2
|
|
|
|
postgres:
|
|
secretName: maubot-secret
|
|
|
|
resources:
|
|
limits:
|
|
memory: "2Gi"
|
|
cpu: "1000m"
|
|
requests:
|
|
cpu: 100m
|
|
memory: 50Mi
|