aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/helm/kubevirt-operator/templates/deployment.yaml
diff options
context:
space:
mode:
authorTodd Malsbary <todd.malsbary@intel.com>2022-01-14 14:33:43 -0800
committerTodd Malsbary <todd.malsbary@intel.com>2022-01-18 09:53:42 -0800
commit0dd494c4953bf9f910bc1d16fe96db83f03f2fb7 (patch)
tree9a3f315089cff7a04a63826be7a200ecf6477b8d /kud/deployment_infra/helm/kubevirt-operator/templates/deployment.yaml
parent8157bf63753839ce4e9006978816fad3f63ca2de (diff)
Upgrade KubeVirt to v0.49.0
Issue-ID: MULTICLOUD-1434 Signed-off-by: Todd Malsbary <todd.malsbary@intel.com> Change-Id: Ia440ee31ae772dc17fd5b7b2a589a6d634a2ba7a
Diffstat (limited to 'kud/deployment_infra/helm/kubevirt-operator/templates/deployment.yaml')
-rw-r--r--kud/deployment_infra/helm/kubevirt-operator/templates/deployment.yaml10
1 files changed, 6 insertions, 4 deletions
diff --git a/kud/deployment_infra/helm/kubevirt-operator/templates/deployment.yaml b/kud/deployment_infra/helm/kubevirt-operator/templates/deployment.yaml
index 1cd64725..7e2f5d0e 100644
--- a/kud/deployment_infra/helm/kubevirt-operator/templates/deployment.yaml
+++ b/kud/deployment_infra/helm/kubevirt-operator/templates/deployment.yaml
@@ -6,7 +6,7 @@ metadata:
{{- include "kubevirt-operator.labels" . | nindent 4 }}
kubevirt.io: virt-operator
spec:
- replicas: 2
+ replicas: {{ .Values.replicaCount }}
selector:
matchLabels:
{{- include "kubevirt-operator.selectorLabels" . | nindent 6 }}
@@ -15,12 +15,10 @@ spec:
type: RollingUpdate
template:
metadata:
- annotations:
- scheduler.alpha.kubernetes.io/critical-pod: ""
labels:
{{- include "kubevirt-operator.selectorLabels" . | nindent 8 }}
kubevirt.io: virt-operator
- prometheus.kubevirt.io: ""
+ prometheus.kubevirt.io: "true"
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
@@ -64,6 +62,8 @@ spec:
- mountPath: /etc/virt-operator/certificates
name: kubevirt-operator-certs
readOnly: true
+ - mountPath: /profile-data
+ name: profile-data
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
@@ -84,3 +84,5 @@ spec:
secret:
optional: true
secretName: kubevirt-operator-certs
+ - emptyDir: {}
+ name: profile-data