Skip to content
Snippets Groups Projects

added iperf chart

Merged mminar requested to merge chart into main
Compare and Show latest version
1 file
+ 7
7
Compare changes
  • Side-by-side
  • Inline
@@ -50,12 +50,12 @@ spec:
capabilities:
add:
- NET_ADMIN
{{- if .Values.mountHost | default false }}
volumeMounts:
- name: host
mountPath: /host
- name: tmp
mountPath: /tmp
{{- if .Values.mountHost | default false }}
- name: host
mountPath: /host
{{- end }}
{{- if .Values.nodeSelector }}
nodeSelector:
@@ -70,12 +70,12 @@ spec:
tolerations:
{{ .Values.tolerations | indent 10 }}
{{- end }}
{{- if .Values.mountHost | default false }}
volumes:
- hostPath:
path: /
name: host
- name: tmp
emptyDir:
sizeLimit: 56Mi
{{- if .Values.mountHost | default false }}
- hostPath:
path: /
name: host
{{- end }}
Loading