File tree 2 files changed +22
-22
lines changed
base-kustomize/ovn-backup/base
2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ metadata:
12
12
name : ovndb-backup
13
13
spec :
14
14
accessModes :
15
- - ReadWriteOnce
15
+ - ReadWriteOnce
16
16
resources :
17
17
requests :
18
18
storage : 1Gi
@@ -35,25 +35,25 @@ spec:
35
35
serviceAccountName : " ovn"
36
36
restartPolicy : " Never"
37
37
volumes :
38
- - name : backup
39
- persistentVolumeClaim :
40
- claimName : ovndb-backup
41
- - name : backup-script
42
- configMap :
43
- name : ovn-backup-script
44
- defaultMode : 0744
45
- containers :
46
- - name : ovn-central-backup
47
- envFrom :
48
- - configMapRef :
49
- name : ovn-backup-config
50
- - secretRef :
51
- name : ovn-backup-swift-tempauth-account
52
- command : ["/backup-script/ovn-backup.sh"]
53
- image : docker.io/kubeovn/kube-ovn:v1.11.5
54
- imagePullPolicy : IfNotPresent
55
- volumeMounts :
56
38
- name : backup
57
- mountPath : " /backup"
39
+ persistentVolumeClaim :
40
+ claimName : ovndb-backup
58
41
- name : backup-script
59
- mountPath : /backup-script
42
+ configMap :
43
+ name : ovn-backup-script
44
+ defaultMode : 0744
45
+ containers :
46
+ - name : ovn-central-backup
47
+ envFrom :
48
+ - configMapRef :
49
+ name : ovn-backup-config
50
+ - secretRef :
51
+ name : ovn-backup-swift-tempauth-account
52
+ command : ["/backup-script/ovn-backup.sh"]
53
+ image : docker.io/kubeovn/kube-ovn:v1.11.5
54
+ imagePullPolicy : IfNotPresent
55
+ volumeMounts :
56
+ - name : backup
57
+ mountPath : " /backup"
58
+ - name : backup-script
59
+ mountPath : /backup-script
Original file line number Diff line number Diff line change 84
84
- " /usr/bin/sleep"
85
85
args :
86
86
- " infinity"
87
- image : docker.io/kubeovn/kube-ovn:v1.11.5
87
+ image : docker.io/kubeovn/kube-ovn:v1.12.30
88
88
volumeMounts :
89
89
- mountPath : /etc/ovn
90
90
name : host-config-ovn
You can’t perform that action at this time.
0 commit comments