mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/metricbeat] Set dnsPolicy explicitly to ClusterFirstWithHostNet (#8084)
Signed-off-by: David Archer <david.archer@lexisnexisrisk.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
f49709ff52
commit
b987b0478f
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
description: A Helm chart to collect Kubernetes logs with metricbeat
|
||||
icon: https://www.elastic.co/assets/blt47799dcdcf08438d/logo-elastic-beats-lt.svg
|
||||
name: metricbeat
|
||||
version: 0.3.1
|
||||
version: 0.3.2
|
||||
appVersion: 6.4.2
|
||||
home: https://www.elastic.co/products/beats/metricbeat
|
||||
sources:
|
||||
|
||||
@@ -109,6 +109,7 @@ spec:
|
||||
terminationGracePeriodSeconds: 60
|
||||
serviceAccountName: {{ template "metricbeat.serviceAccountName" . }}
|
||||
hostNetwork: true
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/master
|
||||
operator: Exists
|
||||
|
||||
Reference in New Issue
Block a user