Fix indentation

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2022-11-18 12:46:34 +01:00
parent 4e3fccf6cf
commit 726e94f86b
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

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