Added kubernetes post.
This commit is contained in:
22
values.yaml
Normal file
22
values.yaml
Normal 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
|
Reference in New Issue
Block a user