mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
[deployment] clean up helm (#185)
This commit is contained in:
parent
491b1317f4
commit
ccb6dc6925
2 changed files with 0 additions and 53 deletions
|
@ -110,32 +110,6 @@ spec:
|
|||
{{ toYaml .Values.vmstorage.affinity | indent 8 }}
|
||||
{{- end }}
|
||||
terminationGracePeriodSeconds: {{ .Values.vmstorage.terminationGracePeriodSeconds }}
|
||||
volumes:
|
||||
{{- range .Values.vmstorage.extraHostPathMounts }}
|
||||
- name: {{ .name }}
|
||||
hostPath:
|
||||
path: {{ .hostPath }}
|
||||
{{- end }}
|
||||
{{- range .Values.vmstorage.extraConfigmapMounts }}
|
||||
- name: {{ $.Values.vmstorage.name }}-{{ .name }}
|
||||
configMap:
|
||||
name: {{ .configMap }}
|
||||
{{- end }}
|
||||
{{- range .Values.vmstorage.extraConfigmapMounts }}
|
||||
- name: {{ $.Values.vmstorage.name }}-{{ .name }}
|
||||
configMap:
|
||||
name: {{ .configMap }}
|
||||
{{- end }}
|
||||
{{- range .Values.vmstorage.extraSecretMounts }}
|
||||
- name: {{ .name }}
|
||||
secret:
|
||||
secretName: {{ .secretName }}
|
||||
{{- end }}
|
||||
{{- range .Values.vmstorage.extraConfigmapMounts }}
|
||||
- name: {{ .name }}
|
||||
configMap:
|
||||
name: {{ .configMap }}
|
||||
{{- end }}
|
||||
{{- if .Values.vmstorage.persistentVolume.enabled }}
|
||||
volumeClaimTemplates:
|
||||
- metadata:
|
||||
|
|
|
@ -182,32 +182,6 @@ vmstorage:
|
|||
## Additional vmstorage container arguments
|
||||
##
|
||||
extraArgs: {}
|
||||
|
||||
## Additional vmstorage hostPath mounts
|
||||
##
|
||||
extraHostPathMounts: []
|
||||
# - name: certs-dir
|
||||
# mountPath: /etc/kubernetes/certs
|
||||
# subPath: ""
|
||||
# hostPath: /etc/kubernetes/certs
|
||||
# readOnly: true
|
||||
|
||||
extraConfigmapMounts: []
|
||||
# - name: certs-configmap
|
||||
# mountPath: /certs
|
||||
# subPath: ""
|
||||
# configMap: certs-configmap
|
||||
# readOnly: true
|
||||
|
||||
## Additional Vmstorage Secret mounts
|
||||
# Defines additional mounts with secrets. Secrets must be manually created in the namespace.
|
||||
extraSecretMounts: []
|
||||
# - name: secret-files
|
||||
# mountPath: /etc/secrets
|
||||
# subPath: ""
|
||||
# secretName: secret-files
|
||||
# readOnly: true
|
||||
|
||||
## Node tolerations for server scheduling to nodes with taints
|
||||
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
|
||||
##
|
||||
|
@ -253,7 +227,6 @@ vmstorage:
|
|||
size: 8Gi
|
||||
subPath: ""
|
||||
|
||||
|
||||
podAnnotations: {}
|
||||
replicaCount: 2
|
||||
podManagementPolicy: OrderedReady
|
||||
|
|
Loading…
Reference in a new issue