2026-05-28 19:30:33 +03:00

73 lines
1.5 KiB
YAML

nameOverride: ""
fullnameOverride: ""
commonLabels: {}
commonAnnotations: {}
imagePullSecrets:
- name: omegabasms-dockerhub
backend:
image:
repository: elisha852/omegabasms
tag: latest
pullPolicy: Always
replicas: 1
resources:
limits:
cpu: 1000m
memory: 1Gi
requests:
cpu: 500m
memory: 512Mi
env:
groupNames: 'אומגה בשו"ב'
textbeeDeviceId: "6a159ba75ccc2dc46eac318a"
textbeeApiKey: "a0728b4d-858f-4bab-ab9c-ddb390fc0a69"
smsRecipient: "+972509215656"
telegramBotToken: "8143716130:AAFw5ZPLG9SHp45m8bfICcA9A00sa-n3utQ"
telegramChatId: "283184115"
batchIntervalMs: "900000"
batchMaxChars: "700"
includeOwnMessages: "true"
ownName: "אלישע"
ownLastName: "דוידי"
keepAliveUrl: ""
keepAliveIntervalMs: "300000"
persistence:
enabled: true
accessModes:
- ReadWriteOnce
storageClass: "nfs-client"
size: 1Gi
service:
type: ClusterIP
port: 3000
healthCheck:
path: /liveness
initialDelaySeconds: 10
periodSeconds: 30
ingress:
enabled: true
className: "traefik"
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
hosts:
- host: omegabasms.dvirlabs.com
paths:
- path: /
pathType: Prefix
tls:
- secretName: omegabasms-tls
hosts:
- omegabasms.dvirlabs.com