Files
zangramru/values.yaml
T
s3rius debbe6821a
/ docker_build (push) Successful in 6m37s
Testing zangramru / lint (ruff-format) (push) Failing after 4s
/ helm_deploy (push) Failing after 25s
Testing zangramru / lint (mypy) (push) Failing after 4s
Testing zangramru / lint (ruff) (push) Failing after 4s
Testing zangramru / pytest (push) Failing after 4s
Done service.
Signed-off-by: Pavel Kirilin <s3riussan@gmail.com>
2026-07-01 02:35:03 +02:00

46 lines
894 B
YAML

nameOverride: "zangramru"
image:
repository: gitea.le-memese.com/s3rius/zangramru
tag: "latest"
service:
port: 8000
env:
ZANGRAMRU_server_port: 8000
ZANGRAMRU_DB_HOST: cnpg-cluster-rw.cnpg-cluster.svc.cluster.local
ZANGRAMRU_DB_USER: zangram
ZANGRAMRU_DB_BASE: zangram
probes:
liveness:
httpGet:
path: /api/health
port: http
readiness:
httpGet:
path: /api/health
port: http
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: cert-issuer
external-dns.alpha.kubernetes.io/hostname: zangram.le-memese.com
tls:
- hosts:
- zangram.le-memese.com
secretName: zangram-tls
hosts:
- host: zangram.le-memese.com
paths:
- path: /
pathType: Prefix
migrators:
pg:
annotations:
"helm.sh/hook-weight": "5"
command: ["piccolo", "migrations", "forward", "all"]