mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
25 lines
595 B
YAML
25 lines
595 B
YAML
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
|
|
ingress:
|
|
main:
|
|
enabled: true
|
|
ingressClassName: nginx
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
|
hosts:
|
|
- host: home.khuedoan.com
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- secretName: hajimari-tls-certificate
|
|
hosts:
|
|
- home.khuedoan.com
|