2026-05-28 16:43:28 +03:00

66 lines
1.1 KiB
YAML

nameOverride: ""
fullnameOverride: ""
imagePullSecrets: []
commonLabels: {}
commonAnnotations: {}
backend:
image:
repository: omegabasms
tag: latest
pullPolicy: IfNotPresent
replicas: 0
resources:
limits:
cpu: 1000m
memory: 1Gi
requests:
cpu: 500m
memory: 512Mi
env:
groupNames: "Group1,Group2"
textbeeDeviceId: ""
textbeeApiKey: ""
smsRecipient: ""
telegramBotToken: ""
telegramChatId: ""
batchIntervalMs: "900000"
batchMaxChars: "700"
includeOwnMessages: "true"
ownName: ""
ownLastName: ""
keepAliveUrl: ""
keepAliveIntervalMs: "300000"
persistence:
enabled: true
accessModes:
- ReadWriteOnce
storageClass: ""
size: 1Gi
service:
type: ClusterIP
port: 3000
healthCheck:
path: /liveness
initialDelaySeconds: 10
periodSeconds: 30
ingress:
enabled: false
className: ""
annotations: {}
hosts:
- host: omegabasms.example.com
paths:
- path: /
pathType: Prefix
tls: []