Files
alexohneander-astro/charts/alexohneander-astro/values-prod.yaml
2024-11-03 15:52:00 +01:00

43 lines
1.0 KiB
YAML

image:
repository: alexohneander/alexohneander-astro
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v2.4.0"
ingress:
enabled: true
className: "nginx"
annotations:
kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: letsencrypt-prod
#nginx.ingress.kubernetes.io/configuration-snippet : |
# if ($request_uri ~* \.(gif|jpe?g|png|woff2)) {
# expires 1M;
# add_header Cache-Control "public";
# }
hosts:
- host: www.wellnitz-alex.de
paths:
- path: /
pathType: Prefix
- host: www.alexohneander.de
paths:
- path: /
pathType: Prefix
- host: wellnitz-alex.de
paths:
- path: /
pathType: Prefix
- host: alexohneander.de
paths:
- path: /
pathType: Prefix
tls:
- secretName: alexohneander-tls
hosts:
- alexohneander.de
- wellnitz-alex.de
- www.alexohneander.de
- www.wellnitz-alex.de