-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dynamisk Konsumer oppgradering (#25)
* trigger on dispatch & only deploy to alpha * upgrade infra-models library * trigger on push in this branch * add default server config * convert to flais application * add latest tag to image * upgrade infra models library * increase cpu to 1 & change to new ingress * ensure capabilities on registration (#24) * update CD on release
- Loading branch information
Showing
28 changed files
with
121 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
apiVersion: fintlabs.no/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: fint-core-provider-gateway | ||
namespace: fint-core | ||
spec: | ||
port: 8080 | ||
orgId: fintlabs.no | ||
image: ghcr.io/fintlabs/fint-core-provider-gateway-test:latest | ||
env: | ||
- name: JAVA_TOOL_OPTIONS | ||
value: '-XX:+ExitOnOutOfMemoryError -Xmx786m' | ||
kafka: | ||
enabled: true | ||
acls: | ||
- topic: '*.fint-core.*' | ||
permission: admin | ||
resources: | ||
limits: | ||
memory: "1024Mi" | ||
cpu: "100m" | ||
requests: | ||
memory: "128Mi" | ||
cpu: "100m" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
apiVersion: fintlabs.no/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: fint-core-provider-gateway | ||
namespace: fint-core | ||
spec: | ||
env: | ||
- name: JAVA_TOOL_OPTIONS | ||
value: '-XX:+ExitOnOutOfMemoryError -Xmx786m' | ||
ingress: | ||
routes: | ||
- host: alpha.felleskomponent.no | ||
path: /provider | ||
resources: | ||
limits: | ||
memory: "1024Mi" | ||
cpu: "1" | ||
requests: | ||
memory: "128Mi" | ||
cpu: "100m" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
apiVersion: fintlabs.no/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: fint-core-provider-gateway | ||
namespace: fint-core | ||
spec: | ||
env: | ||
- name: JAVA_TOOL_OPTIONS | ||
value: '-XX:+ExitOnOutOfMemoryError -Xmx786m' | ||
ingress: | ||
routes: | ||
- host: api.felleskomponent.no | ||
path: /provider | ||
resources: | ||
limits: | ||
memory: "1024Mi" | ||
cpu: "1" | ||
requests: | ||
memory: "128Mi" | ||
cpu: "100m" |
Oops, something went wrong.