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 deploymentconfig: fpdc
spec: spec:
containers: containers:
- image: fpdc:latest - name: fpdc
name: fpdc image: fpdc:latest
ports: ports:
- containerPort: 8080 - containerPort: 8080
protocol: TCP resources: {}
volumesMounts: volumeMounts:
- name: config-volume - name: config-volume
mountPath: /opt/app-root/config/ mountPath: /opt/app-root/config/
readOnly: true readOnly: true
readinessProbe: readinessProbe:
timeoutSeconds: 1 timeoutSeconds: 1
initialDelaySeconds: 5 initialDelaySeconds: 5