Skip to content

Commit 87fb27f

Browse files
author
Diego Luisi
committed
⚡ Add ArgoCD bootstrap files
1 parent f70ad28 commit 87fb27f

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

apps/wordpress/base/kustomization.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,11 @@ helmCharts:
6363
mariadb:
6464
auth:
6565
existingSecret: wordpress-secrets #mariadb-password
66-
tolerations:
67-
- key: "role"
68-
operator: "Equal"
69-
value: "on-demand"
70-
effect: "NoSchedule"
71-
nodeSelector:
72-
role: "on-demand"
7366
primary:
7467
resources:
7568
limits:
76-
cpu: 150m
69+
cpu: 120m
7770
memory: 256Mi
7871
requests:
79-
cpu: 50m
80-
memory: 159Mi
81-
# nodeSelector:
82-
# topology.kubernetes.io/zone: "us-east-1c"
72+
cpu: 60m
73+
memory: 192Mi

0 commit comments

Comments
 (0)