23 lines
532 B
YAML

image:
repository: alexohneander/alexohneander-astro
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v2.3.4"
ingress:
enabled: true
className: "nginx"
annotations:
kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- host: alexohneander.de
paths:
- path: /
pathType: Prefix
tls:
- secretName: alexohneander-tls
hosts:
- alexohneander.de