Added gitea releases.
All checks were successful
/ docker_build (push) Successful in 2m50s
/ deploy_helm (push) Successful in 36s

This commit is contained in:
2025-07-08 16:37:28 +02:00
parent b77a2e6bf9
commit bcac73a9db
15 changed files with 86 additions and 393 deletions

27
values.yaml Normal file
View File

@ -0,0 +1,27 @@
nameOverride: "blog"
image:
tag: "latest"
service:
port: 80
resources:
limits:
cpu: 100m
memory: 120Mi
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: cert-issuer
external-dns.alpha.kubernetes.io/hostname: s3rius.blog
tls:
- hosts:
- s3rius.blog
secretName: blog-tls
hosts:
- host: s3rius.blog
paths:
- path: /
pathType: Prefix