Added kubernetes post.

This commit is contained in:
2025-07-24 22:57:37 +02:00
parent 96a4e0e4ce
commit 52a008a274
5 changed files with 304 additions and 6 deletions

22
values.yaml Normal file
View File

@ -0,0 +1,22 @@
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