Done service.
/ 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
/ 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
Signed-off-by: Pavel Kirilin <s3riussan@gmail.com>
This commit is contained in:
+45
@@ -0,0 +1,45 @@
|
||||
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"]
|
||||
Reference in New Issue
Block a user