Skip to content

Commit 5b711fa

Browse files
author
Diego Luisi
committed
⚡ Add ArgoCD bootstrap files
1 parent 38ac9bd commit 5b711fa

File tree

1 file changed

+15
-41
lines changed

1 file changed

+15
-41
lines changed

apps/teste-loki/overlays/dev/kustomization.yaml

Lines changed: 15 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -13,65 +13,39 @@ helmCharts:
1313
repo: https://devxp-tech.github.io/helm-charts
1414
valuesInline:
1515
name: teste-loki
16-
affinity:
17-
nodeAffinity:
18-
requiredDuringSchedulingIgnoredDuringExecution:
19-
nodeSelectorTerms:
20-
- matchExpressions:
21-
- key: role
22-
operator: In
23-
values:
24-
- spot
16+
2517
image:
2618
repository: ghcr.io/devxp-tech/teste-loki
2719
tag: cd6fc9c0
20+
2821
instrumentation: go
2922
# podAnnotations:
3023
# instrumentation.opentelemetry.io/otel-go-auto-target-exe: '/app'
24+
3125
monitoring:
3226
serviceMonitor:
3327
enabled: true
28+
3429
envFrom:
3530
- secretRef:
3631
name: postgres-secrets
32+
3733
network:
3834
domain: devxp-tech.io
35+
3936
quota:
4037
enabled: true
38+
39+
resources:
40+
requests:
41+
cpu: "10m"
42+
memory: "32Mi"
43+
limits:
44+
cpu: "30m"
45+
memory: "64Mi"
46+
4147
autoscaling:
4248
enabled: true
4349
minReplicas: 1
4450
maxReplicas: 2
4551
targetCPUUtilizationPercentage: 80
46-
47-
# - name: postgresql
48-
# releaseName: postgresql
49-
# version: 12.1.5
50-
# repo: https://charts.bitnami.com/bitnami
51-
# valuesInline:
52-
# commonAnnotations:
53-
# sidecar.istio.io/inject: "false"
54-
# commonLabels:
55-
# app: teste-loki
56-
# version: 15.1.0
57-
# global:
58-
# postgresql:
59-
# auth:
60-
# database: teste-loki
61-
# username: teste-loki
62-
# existingSecret: postgres-secrets
63-
# secretKeys:
64-
# adminPasswordKey: POSTGRES_PASSWORD
65-
# userPasswordKey: POSTGRES_PASSWORD
66-
# image:
67-
# debug: true
68-
# primary:
69-
# podAnnotations:
70-
# sidecar.istio.io/inject: "false"
71-
# resources:
72-
# limits:
73-
# cpu: 250m
74-
# memory: 2048Mi
75-
# requests:
76-
# cpu: 50m
77-
# memory: 512Mi

0 commit comments

Comments
 (0)