Fix indentation
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
4e3fccf6cf
commit
726e94f86b
1 changed files with 20 additions and 21 deletions
|
@ -37,7 +37,6 @@ spec:
|
||||||
env:
|
env:
|
||||||
- name: APP_SCRIPT
|
- name: APP_SCRIPT
|
||||||
value: ".s2i/run-frontend.sh"
|
value: ".s2i/run-frontend.sh"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: httpdir-volume
|
- name: httpdir-volume
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
@ -281,27 +280,27 @@ spec:
|
||||||
deploymentconfig: sendria
|
deploymentconfig: sendria
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: sendria
|
- name: sendria
|
||||||
image: sendria:latest
|
image: sendria:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 1025
|
- containerPort: 1025
|
||||||
- containerPort: 1080
|
- containerPort: 1080
|
||||||
resources: {}
|
resources: {}
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: 1080
|
port: 1080
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
initialDelaySeconds: 40
|
initialDelaySeconds: 40
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: 1080
|
port: 1080
|
||||||
triggers:
|
triggers:
|
||||||
- type: ConfigChange
|
- type: ConfigChange
|
||||||
- type: ImageChange
|
- type: ImageChange
|
||||||
imageChangeParams:
|
imageChangeParams:
|
||||||
automatic: true
|
automatic: true
|
||||||
containerNames:
|
containerNames:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue