Added ndots

This commit is contained in:
Marcus Noble 2021-06-14 10:32:17 +01:00
parent 9baf2ead15
commit 6a2e61911d
2 changed files with 8 additions and 0 deletions

View File

@ -208,6 +208,10 @@ spec:
labels:
app.kubernetes.io/name: grafana
spec:
dnsConfig:
options:
- name: ndots
value: "2"
serviceAccountName: grafana
securityContext:
fsGroup: 472

View File

@ -436,6 +436,10 @@ spec:
app.kubernetes.io/name: prometheus
app.kubernetes.io/component: server
spec:
dnsConfig:
options:
- name: ndots
value: "2"
serviceAccountName: prometheus-server
containers:
- name: prometheus-server-configmap-reload