FPDC: correct spelling of volumeMounts
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
d1e9c23c2f
commit
de754eccf9
1 changed files with 7 additions and 7 deletions
|
@ -33,15 +33,15 @@ spec:
|
|||
deploymentconfig: fpdc
|
||||
spec:
|
||||
containers:
|
||||
- image: fpdc:latest
|
||||
name: fpdc
|
||||
- name: fpdc
|
||||
image: fpdc:latest
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
protocol: TCP
|
||||
volumesMounts:
|
||||
- name: config-volume
|
||||
mountPath: /opt/app-root/config/
|
||||
readOnly: true
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
mountPath: /opt/app-root/config/
|
||||
readOnly: true
|
||||
readinessProbe:
|
||||
timeoutSeconds: 1
|
||||
initialDelaySeconds: 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue