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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue