Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ spec:
echo -e " >> $PGDB exists";
env:
- name: PGHOST
value: citus-headless.os-platform
value: citus-headless.os-platform.svc.cluster.local
- name: PGPORT
value: "5432"
- name: PGUSER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ spec:
initContainers:
- args:
- -it
- nats.os-platform:4222
- nats.os-platform.svc.cluster.local:4222
image: owncloudci/wait-for:latest
imagePullPolicy: IfNotPresent
name: check-nats
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ spec:
initContainers:
- args:
- -it
- authelia-backend.os-framework:9091
- authelia-backend.os-framework.svc.cluster.local:9091
image: owncloudci/wait-for:latest
imagePullPolicy: IfNotPresent
name: check-auth
- args:
- -it
- app-service.os-framework:6755
- app-service.os-framework.svc.cluster.local:6755
image: owncloudci/wait-for:latest
imagePullPolicy: IfNotPresent
name: check-appservice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
PostgreSQL DB Server has started";
env:
- name: PGHOST
value: citus-headless.os-platform
value: citus-headless.os-platform.svc.cluster.local
- name: PGPORT
value: '5432'
- name: PGUSER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ spec:
echo -e "Checking for the availability of PostgreSQL Server deployment"; until psql -h $PGHOST -p $PGPORT -U $PGUSER -d $PGDB -c "SELECT 1"; do sleep 1; printf "-"; done; sleep 5; echo -e " >> PostgreSQL DB Server has started";
env:
- name: PGHOST
value: citus-0.citus-headless.os-platform
value: citus-0.citus-headless.os-platform.svc.cluster.local
- name: PGPORT
value: "5432"
- name: PGUSER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,19 +130,19 @@ spec:
initContainers:
- args:
- -it
- authelia-backend.os-framework:9091
- authelia-backend.os-framework.svc.cluster.local:9091
image: owncloudci/wait-for:latest
imagePullPolicy: IfNotPresent
name: check-auth
- args:
- -it
- app-service.os-framework:6755
- app-service.os-framework.svc.cluster.local:6755
image: owncloudci/wait-for:latest
imagePullPolicy: IfNotPresent
name: check-appservice
- args:
- -it
- chart-repo-service.os-framework:82
- chart-repo-service.os-framework.svc.cluster.local:82
image: owncloudci/wait-for:latest
imagePullPolicy: IfNotPresent
name: check-chart-repo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ spec:
image: beclab/seahub-init:v0.0.6
env:
- name: DB_HOST
value: citus-headless.os-platform
value: citus-headless.os-platform.svc.cluster.local
- name: DB_PORT
value: '5432'
- name: DB_USER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ spec:
echo -e "Checking for the availability of PostgreSQL Server deployment"; until psql -h $PGHOST -p $PGPORT -U $PGUSER -d $PGDB1 -c "SELECT 1"; do sleep 1; printf "-"; done; sleep 5; echo -e " >> PostgreSQL DB Server has started";
env:
- name: PGHOST
value: citus-0.citus-headless.os-platform
value: citus-0.citus-headless.os-platform.svc.cluster.local
- name: PGPORT
value: "5432"
- name: PGUSER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
echo -e "Checking for the availability of PostgreSQL Server deployment"; until psql -h $PGHOST -p $PGPORT -U $PGUSER -d $PGDB1 -c "SELECT 1"; do sleep 1; printf "-"; done; sleep 5; echo -e " >> PostgreSQL DB Server has started";
env:
- name: PGHOST
value: citus-0.citus-headless.os-platform
value: citus-0.citus-headless.os-platform.svc.cluster.local
- name: PGPORT
value: "5432"
- name: PGUSER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ spec:
PostgreSQL DB Server has started";
env:
- name: PGHOST
value: citus-headless.os-platform
value: citus-headless.os-platform.svc.cluster.local
- name: PGPORT
value: '5432'
- name: PGUSER
Expand Down
Loading