File tree 3 files changed +8
-8
lines changed
controllers/spec/template/yaml
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 68
68
command :
69
69
- sh
70
70
- -c
71
- - exec pg_isready -U postgres -h $POD_IP
71
+ - exec pg_isready -U $POSTGRES_USER -h $POD_IP
72
72
failureThreshold : 10
73
73
initialDelaySeconds : 60
74
74
periodSeconds : 20
80
80
command :
81
81
- sh
82
82
- -c
83
- - exec pg_isready -U postgres -h $POD_IP
83
+ - exec pg_isready -U $POSTGRES_USER -h $POD_IP
84
84
failureThreshold : 3
85
85
initialDelaySeconds : 5
86
86
periodSeconds : 10
Original file line number Diff line number Diff line change 90
90
command :
91
91
- sh
92
92
- -c
93
- - exec pg_isready -U postgres -h $POD_IP
93
+ - exec pg_isready -U $POSTGRES_USER -h $POD_IP
94
94
failureThreshold : 10
95
95
initialDelaySeconds : 60
96
96
periodSeconds : 20
@@ -102,7 +102,7 @@ spec:
102
102
command :
103
103
- sh
104
104
- -c
105
- - exec pg_isready -U postgres -h $POD_IP
105
+ - exec pg_isready -U $POSTGRES_USER -h $POD_IP
106
106
failureThreshold : 3
107
107
initialDelaySeconds : 5
108
108
periodSeconds : 10
Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ spec:
405
405
command:
406
406
- sh
407
407
- -c
408
- - exec pg_isready -U postgres -h $POD_IP
408
+ - exec pg_isready -U $POSTGRES_USER -h $POD_IP
409
409
failureThreshold: 10
410
410
initialDelaySeconds: 60
411
411
periodSeconds: 20
@@ -417,7 +417,7 @@ spec:
417
417
command:
418
418
- sh
419
419
- -c
420
- - exec pg_isready -U postgres -h $POD_IP
420
+ - exec pg_isready -U $POSTGRES_USER -h $POD_IP
421
421
failureThreshold: 3
422
422
initialDelaySeconds: 5
423
423
periodSeconds: 10
@@ -553,7 +553,7 @@ spec:
553
553
command:
554
554
- sh
555
555
- -c
556
- - exec pg_isready -U postgres -h $POD_IP
556
+ - exec pg_isready -U $POSTGRES_USER -h $POD_IP
557
557
failureThreshold: 10
558
558
initialDelaySeconds: 60
559
559
periodSeconds: 20
@@ -565,7 +565,7 @@ spec:
565
565
command:
566
566
- sh
567
567
- -c
568
- - exec pg_isready -U postgres -h $POD_IP
568
+ - exec pg_isready -U $POSTGRES_USER -h $POD_IP
569
569
failureThreshold: 3
570
570
initialDelaySeconds: 5
571
571
periodSeconds: 10
You can’t perform that action at this time.
0 commit comments