Skip to content
Snippets Groups Projects
Commit f3821f3d authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Tweaks to k8s files for pull policy, remove unneeded properties

parent 0ae338f1
No related branches found
No related tags found
1 merge request!194Tweaks to k8s files for pull policy, remove unneeded properties
Pipeline #47005 passed
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
* available under the terms of the Eclipse Public License 2.0 * available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/ * which is available at https://www.eclipse.org/legal/epl-2.0/
* *
* Author: Martin Lowe <martin.lowe@eclipse-foundation.org>
*
* SPDX-License-Identifier: EPL-2.0 * SPDX-License-Identifier: EPL-2.0
**********************************************************************/ **********************************************************************/
package org.eclipsefoundation.git.eca.api; package org.eclipsefoundation.git.eca.api;
......
...@@ -31,7 +31,7 @@ spec: ...@@ -31,7 +31,7 @@ spec:
containers: containers:
- name: app - name: app
image: eclipsefdn/git-eca-rest-api:latest image: eclipsefdn/git-eca-rest-api:latest
imagePullPolicy: Always imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 8080 - containerPort: 8080
resources: resources:
......
...@@ -31,7 +31,7 @@ spec: ...@@ -31,7 +31,7 @@ spec:
containers: containers:
- name: app - name: app
image: eclipsefdn/git-eca-rest-api:latest image: eclipsefdn/git-eca-rest-api:latest
imagePullPolicy: Always imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 8080 - containerPort: 8080
resources: resources:
......
...@@ -11,7 +11,6 @@ org.eclipsefoundation.git.eca.api.BotsAPI/mp-rest/url=https://api.eclipse.org ...@@ -11,7 +11,6 @@ org.eclipsefoundation.git.eca.api.BotsAPI/mp-rest/url=https://api.eclipse.org
org.eclipsefoundation.git.eca.api.GitlabAPI/mp-rest/url=https://gitlab.eclipse.org/api/v4/ org.eclipsefoundation.git.eca.api.GitlabAPI/mp-rest/url=https://gitlab.eclipse.org/api/v4/
## DATASOURCE CONFIG ## DATASOURCE CONFIG
eclipse.persistence.pagination-limit=10
eclipse.persistence.pagination-limit.max=100 eclipse.persistence.pagination-limit.max=100
quarkus.datasource.db-kind=mariadb quarkus.datasource.db-kind=mariadb
quarkus.datasource.jdbc.min-size = 5 quarkus.datasource.jdbc.min-size = 5
......
...@@ -10,7 +10,6 @@ org.eclipsefoundation.git.eca.api.BotsAPI/mp-rest/url=https://api.eclipse.org ...@@ -10,7 +10,6 @@ org.eclipsefoundation.git.eca.api.BotsAPI/mp-rest/url=https://api.eclipse.org
## DATASOURCE CONFIG ## DATASOURCE CONFIG
quarkus.datasource.db-kind=h2 quarkus.datasource.db-kind=h2
eclipse.persistence.pagination-limit=25
eclipse.persistence.pagination-limit.max=100 eclipse.persistence.pagination-limit.max=100
quarkus.hibernate-orm.database.generation=none quarkus.hibernate-orm.database.generation=none
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment