FPDC: correct spelling of volumeMounts

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-09-27 14:22:46 +02:00
parent d1e9c23c2f
commit de754eccf9

View file

@ -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