Files
blog/values.yaml
Pavel Kirilin 2418f99cc5
All checks were successful
Release / docker_build (push) Successful in 1m3s
Release / deploy_helm (push) Successful in 16s
Added new domain.
2025-08-12 18:47:43 +02:00

29 lines
553 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
- meme.s3rius.blog
secretName: blog-tls
hosts:
- host: s3rius.blog
paths:
- path: /
pathType: Prefix
- host: meme.s3rius.blog
paths:
- path: /
pathType: Prefix