Merge pull request 'kubernetes: bump babillard à 7.0.3 et monter contenu par nfs' (#21) from kubernetes/nfs-volume into main
Reviewed-on: #21
This commit is contained in:
commit
6fbd412ecc
1 changed files with 10 additions and 1 deletions
|
@ -16,6 +16,15 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: babillard
|
- name: babillard
|
||||||
image: git.agecem.com/agecem/babillard:latest
|
image: git.agecem.com/agecem/babillard:7.0.3
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
volumeMounts:
|
||||||
|
- name: babillard-nfs
|
||||||
|
mountPath: "/app/contenu"
|
||||||
|
volumes:
|
||||||
|
- name: babillard-nfs
|
||||||
|
nfs:
|
||||||
|
server: fs.agecem.com
|
||||||
|
path: /mnt/Pool1/babillard
|
||||||
|
readOnly: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue