update chart

This commit is contained in:
2026-08-03 01:13:27 +07:00
parent 80d181df68
commit 689ed82d5a
4 changed files with 26 additions and 0 deletions
@@ -14,6 +14,14 @@ spec:
labels:
app: {{ .Release.Name }}
spec:
# Default ndots:5 forces every external FQDN lookup (npm registry, GitHub
# releases) through 4 failed cluster-search-domain attempts before the
# bare name resolves — observed 6-12s DNS delays that broke the
# obsidian-headless install (its own request timeout is shorter than that).
dnsConfig:
options:
- name: ndots
value: "1"
containers:
- name: ignis
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"