mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-10 15:28:11 +07:00
18 lines
383 B
YAML
18 lines
383 B
YAML
hajimari:
|
|
namespaceSelector:
|
|
any: true
|
|
ingress:
|
|
main:
|
|
enabled: true
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
|
|
hosts:
|
|
- host: home.khuedoan.com
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- secretName: hajimari-tls-certificate
|
|
hosts:
|
|
- home.khuedoan.com
|