Files
blog/values.yaml
Pavel Kirilin df40072da8
All checks were successful
/ docker_build (push) Successful in 2m38s
/ deploy_helm (push) Successful in 9s
Removed resources constraint.
2025-07-08 16:44:49 +02:00

23 lines
374 B
YAML

nameOverride: "blog"
image:
tag: "latest"
service:
port: 80
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