File tree 2 files changed +4
-4
lines changed
controllers/spec/template/yaml
2 files changed +4
-4
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
You can’t perform that action at this time.
0 commit comments