khuedoan-homelab/apps/hajimari/values.yaml

25 lines
589 B
YAML
Raw Normal View History

2021-11-26 21:26:54 +07:00
hajimari:
image: # TODO remove this https://github.com/toboshii/hajimari/blob/main/charts/hajimari/values.yaml
tag: v0.2.0
env:
TZ: Asia/Ho_Chi_Minh
hajimari:
defaultEnable: true
namespaceSelector:
any: true
2021-11-26 21:34:12 +07:00
ingress:
main:
enabled: true
2021-11-29 21:16:27 +07:00
ingressClassName: nginx
2021-11-26 21:34:12 +07:00
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
2021-11-26 21:26:54 +07:00
hosts:
- host: &host home.khuedoan.com
2021-11-26 21:34:12 +07:00
paths:
- path: /
pathType: Prefix
tls:
- secretName: hajimari-tls-certificate
hosts:
- *host