andrei e7433a27bb feat(helm): Добавлен secrets-example.yaml
feat(helm): Исправлены имена ресурсов PVC

fix(helm): Обновлен репозиторий image в values.yaml
2025-06-06 16:13:40 +05:00

35 lines
495 B
YAML

replicaCount: 1
image:
repository: andreiduvakin/visus-api
tag: latest
pullPolicy: Always
service:
type: ClusterIP
port: 8000
resources:
limits:
memory: 512Mi
cpu: 500m
persistence:
path: /mnt/k8s_storage/visus-api
uploads:
enabled: true
size: 7Gi
containerPath: /app/uploads
ingress:
secretTLSName: visus-api-tls-secret
domain: api.visus.numerum.team
path: /
pathType: Prefix
env:
LOG_LEVEL: info
LOG_FILE: logs/app.log
ALGORITHM: HS256