Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94f531e

Browse files
author
aNeutrino
committed
Rename to release images.
1 parent d1c4630 commit 94f531e

File tree

4 files changed

+7
-19
lines changed

4 files changed

+7
-19
lines changed

deployment/lfs-cgi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: cgi
18-
image: alephengineering/lizardfs-cgiserver:for-testing-ubuntu_20.04_00
18+
image: lizardfscom/cgi-server:3.12.0-focal
1919
ports:
2020
- containerPort: 9425
2121

deployment/lfs-chunkserver.yaml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,21 @@ spec:
1515
volumes:
1616
- name: task-pv-storage
1717
hostPath:
18-
path: /home/k8s/lizardfs.com/lfs-chunkserver/var/lib/lizardfs/
18+
path: /home/lizardfs.com/k8s/lfs-chunkserver/var/lib/lizardfs/
1919
type: DirectoryOrCreate
2020

2121
- name: task-pv-hdd
2222
hostPath:
23-
path: /home/k8s/lizardfs.com/lfs-chunkserver/hdd
23+
path: /home/lizardfs.com/k8s/lfs-chunkserver/hdd
2424
type: DirectoryOrCreate
2525

2626
- name: config
2727
configMap:
2828
name: lizardfs-chunkserver-config
2929

30-
affinity:
31-
podAntiAffinity:
32-
requiredDuringSchedulingIgnoredDuringExecution:
33-
- labelSelector:
34-
matchExpressions:
35-
- key: "app"
36-
operator: In
37-
values:
38-
- lfs-chunkserver
39-
topologyKey: "kubernetes.io/hostname"
40-
4130
containers:
4231
- name: chunkserver
43-
image: alephengineering/lizardfs-chunkserver:for-testing-ubuntu_20.04_00
32+
image: lizardfscom/chunk-server:3.12.0-focal
4433
ports:
4534
- containerPort: 9422
4635
volumeMounts:

deployment/lfs-client.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: lfs-client
19-
image: alephengineering/lizardfs-client:for-testing-ubuntu_20.04_00
19+
image: lizardfscom/client:3.12.0-focal
2020
args: ["/mnt/lizardfs", "-H", "mfsmaster.lizardfs", "-S", "/"]
2121
securityContext:
2222
privileged: true

deployment/lfs-master.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,15 @@ spec:
1919
volumes:
2020
- name: task-pv-storage
2121
hostPath:
22-
path: /home/k8s/lizardfs.com/lfs-master/var/lib/lizardfs/
22+
path: /home/lizardfs.com/k8s/lfs-master/var/lib/lizardfs/
2323
type: DirectoryOrCreate
2424
- name: config
2525
configMap:
2626
name: lizardfs-master-config
27-
2827

2928
containers:
3029
- name: master
31-
image: alephengineering/lizardfs-master:for-testing-ubuntu_20.04_00
30+
image: lizardfscom/master-server:3.12.0-focal
3231
ports:
3332
- containerPort: 9421
3433
- containerPort: 9420

0 commit comments

Comments
 (0)