Skip to content

Commit f70ad28

Browse files
author
Diego Luisi
committed
⚡ Add ArgoCD bootstrap files
1 parent 2c9694b commit f70ad28

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

apps/demo-app/overlays/dev/kustomization.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,23 @@ helmCharts:
4646
type: ClusterIP
4747
port: 80
4848

49-
probe:
50-
enabled: true
51-
livenessProbe:
52-
path: /health-check/liveness
53-
port: 8080
54-
readinessProbe:
55-
path: /health-check/readiness
56-
port: 8080
49+
# probe:
50+
# enabled: true
51+
# livenessProbe:
52+
# path: /health-check/liveness
53+
# port: 8080
54+
# readinessProbe:
55+
# path: /health-check/readiness
56+
# port: 8080
5757

58-
sa:
59-
enabled: true
58+
# sa:
59+
# enabled: true
6060

61-
quota:
62-
enabled: true
63-
requests:
64-
memory: 1Gi
65-
cpu: 1
66-
limits:
67-
memory: 2Gi
68-
cpu: 2
61+
# quota:
62+
# enabled: true
63+
# requests:
64+
# memory: 1Gi
65+
# cpu: 1
66+
# limits:
67+
# memory: 2Gi
68+
# cpu: 2

0 commit comments

Comments
 (0)