We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40800c8 + 95fd9c5 commit dc563ddCopy full SHA for dc563dd
2 files changed
ionos_dev2/marketplace/access-node/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: access-node
3
description: Chart holder for ArgoCD
4
type: application
5
-version: 0.6.28
+version: 0.6.29
6
appVersion: 0.5.3
7
dependencies:
8
- name: access-node
ionos_dev2/marketplace/access-node/values.yaml
@@ -10,12 +10,13 @@ access-node:
10
# Overrides the image tag whose default is the chart appVersion.
11
tag: v2.0.8
12
pullPolicy: Always
13
- requests:
14
- cpu: "50m"
15
- memory: "512Mi"
16
- limits:
17
- cpu: "500m"
18
- memory: "768Mi"
+ resources:
+ requests:
+ cpu: "50m"
+ memory: "512Mi"
+ limits:
+ cpu: "500m"
19
+ memory: "768Mi"
20
readinessProbe:
21
failureThreshold: 10
22
livenessProbe:
0 commit comments