Skip to content

Commit 42d35fd

Browse files
authored
Merge pull request #2561 from DOME-Marketplace/Dev2/resources
Dev2: enable resources config for Issuer, Keycloak, Vault and Wallet
2 parents b27cac4 + 356c099 commit 42d35fd

8 files changed

Lines changed: 49 additions & 7 deletions

File tree

ionos_dev2/in2/issuer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ apiVersion: v2
22
name: issuer
33
description: Chart holder for ArgoCD
44
type: application
5-
version: 1.6.54
5+
version: 1.6.55
66
appVersion: "v1.0.12"
77
dependencies:
88
- name: dome-issuer
99
condition: dome-issuer.enabled
1010
repository: https://in2workspace.github.io/helm-charts
11-
version: 1.5.22
11+
version: 1.5.26

ionos_dev2/in2/issuer/values.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ dome-issuer:
1919
# Overrides the image tag whose default is the chart appVersion.
2020
tag: v2.2.17
2121
pullPolicy: Always
22+
resources:
23+
requests:
24+
cpu: 50m
25+
memory: 640Mi
26+
limits:
27+
cpu: 500m
28+
memory: 896Mi
2229
ingressIssuerApi:
2330
enabled: true
2431
className: nginx
@@ -140,6 +147,13 @@ dome-issuer:
140147
# Overrides the image tag whose default is the chart appVersion.
141148
tag: v2.1.14
142149
pullPolicy: Always
150+
resources:
151+
requests:
152+
cpu: 10m
153+
memory: 32Mi
154+
limits:
155+
cpu: 100m
156+
memory: 64Mi
143157
app:
144158
themeName: "dome-theme"
145159
assets:

ionos_dev2/in2/keycloak/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ apiVersion: v2
22
name: keycloak
33
description: Helm Chart Umbrella for Keycloak and PostgreSQL
44
type: application
5-
version: 1.0.31
5+
version: 1.0.32
66
appVersion: "v1.0.0"
77

88
dependencies:
99
- name: keycloak
1010
repository: https://in2workspace.github.io/helm-charts
11-
version: 1.0.13
11+
version: 1.0.14

ionos_dev2/in2/keycloak/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ keycloak:
44
pullPolicy: Always
55
# Overrides the image tag whose default is the chart appVersion.
66
tag: v1.1.1
7+
resources:
8+
requests:
9+
cpu: 100m
10+
memory: 3Gi
11+
limits:
12+
cpu: 1000m
13+
memory: 6Gi
714

815
fullnameOverride: keycloak
916
nameOverride: keycloak

ionos_dev2/in2/vault/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: vault
33
description: A Helm chart for Kubernetes to deploy Hashicorp Vault
44
type: application
5-
version: 1.1.4
5+
version: 1.1.5
66
appVersion: 1.16.3
77
dependencies:
88
- name: vault

ionos_dev2/in2/vault/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ vault:
1919
repository: bitnamilegacy/vault
2020
tag: 1.16.3-debian-12-r1
2121
pullPolicy: IfNotPresent
22+
resources:
23+
requests:
24+
cpu: "100m"
25+
memory: "128Mi"
26+
limits:
27+
cpu: "200m"
28+
memory: "256Mi"
2229
global:
2330
security:
2431
allowInsecureImages: true

ionos_dev2/in2/wallet/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ apiVersion: v2
22
name: wallet
33
description: Chart holder for ArgoCD
44
type: application
5-
version: 1.3.33
5+
version: 1.3.34
66
appVersion: "v0.0.4"
77
dependencies:
88
- name: dome-wallet
99
condition: dome-wallet.enabled
1010
repository: https://in2workspace.github.io/helm-charts
11-
version: 1.4.22
11+
version: 1.4.23

ionos_dev2/in2/wallet/values.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ dome-wallet:
2020
# Overrides the image tag whose default is the chart appVersion.
2121
tag: v2.0.7
2222
pullPolicy: Always
23+
resources:
24+
requests:
25+
cpu: 50m
26+
memory: 600Mi
27+
limits:
28+
cpu: 500m
29+
memory: 768Mi
2330
## deployment specific configuration
2431
app:
2532
logLevel: INFO
@@ -83,6 +90,13 @@ dome-wallet:
8390
pullPolicy: Always
8491
# Overrides the image tag whose default is the chart appVersion.
8592
tag: v2.0.14
93+
resources:
94+
requests:
95+
cpu: "10m"
96+
memory: "32Mi"
97+
limits:
98+
cpu: "100m"
99+
memory: "64Mi"
86100
## deployment specific configuration
87101
app:
88102
logsEnabled: true

0 commit comments

Comments
 (0)