This repository was archived by the owner on Apr 1, 2025. It is now read-only.
File tree 1 file changed +26
-26
lines changed 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -115,32 +115,6 @@ spec:
115
115
mountPath : /qareports_static
116
116
117
117
containers :
118
- - name : apache2
119
- image : httpd:2.4
120
- command : ["sh", "-c"]
121
- args :
122
- - cat qareports.conf >> conf/httpd.conf && httpd -D FOREGROUND
123
-
124
- ports :
125
- - containerPort : 80
126
-
127
- volumeMounts :
128
- - name : qareports-web-apache-conf
129
- mountPath : /usr/local/apache2/qareports.conf
130
- subPath : qareports.conf
131
-
132
- - name : static-files
133
- mountPath : /qareports_static
134
-
135
- resources :
136
- requests :
137
- memory : " 128M"
138
- cpu : " 250m"
139
-
140
- limits :
141
- memory : " 512M"
142
- cpu : " 500m"
143
-
144
118
- name : qareports-web
145
119
image : squadproject/squad:release
146
120
imagePullPolicy : " Always"
@@ -183,6 +157,32 @@ spec:
183
157
memory : " 4096M"
184
158
cpu : " 2"
185
159
160
+ - name : apache2
161
+ image : httpd:2.4
162
+ command : ["sh", "-c"]
163
+ args :
164
+ - cat qareports.conf >> conf/httpd.conf && httpd -D FOREGROUND
165
+
166
+ ports :
167
+ - containerPort : 80
168
+
169
+ volumeMounts :
170
+ - name : qareports-web-apache-conf
171
+ mountPath : /usr/local/apache2/qareports.conf
172
+ subPath : qareports.conf
173
+
174
+ - name : static-files
175
+ mountPath : /qareports_static
176
+
177
+ resources :
178
+ requests :
179
+ memory : " 128M"
180
+ cpu : " 250m"
181
+
182
+ limits :
183
+ memory : " 512M"
184
+ cpu : " 500m"
185
+
186
186
volumes :
187
187
- name : qareports-secret-key
188
188
configMap :
You can’t perform that action at this time.
0 commit comments