Skip to content

Commit 548a255

Browse files
author
Diego Luisi
committed
⚡ Add ArgoCD bootstrap files
1 parent f23f74e commit 548a255

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

apps/wordpress/base/kustomization.yaml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ helmCharts:
99
version: 23.0.1
1010
repo: https://charts.bitnami.com/bitnami
1111
valuesInline:
12-
affinity:
13-
nodeAffinity:
14-
requiredDuringSchedulingIgnoredDuringExecution:
15-
nodeSelectorTerms:
16-
- matchExpressions:
17-
- key: role
18-
operator: In
19-
values:
20-
- spot
12+
resources:
13+
requests:
14+
cpu: 30m
15+
memory: 128Mi
16+
limits:
17+
cpu: 90m
18+
memory: 198Mi
2119
existingSecret: wordpress-secrets
2220
metrics:
2321
enabled: true

0 commit comments

Comments
 (0)