Files
blog/values.yaml
Pavel Kirilin 8eaba16410
All checks were successful
Release / docker_build (push) Successful in 38s
Release / deploy_helm (push) Successful in 13s
Fixed styles for code.
2025-07-25 17:36:15 +02:00

24 lines
439 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
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false"
tls:
- hosts:
- s3rius.blog
secretName: blog-tls
hosts:
- host: s3rius.blog
paths:
- path: /
pathType: Prefix