update chart
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user