Skip to content

Commit 3e17d84

Browse files
author
Diego Luisi
committed
⚡ Add ArgoCD bootstrap files
1 parent 5c9b012 commit 3e17d84

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

apps/hotrod/base/kustomization.yaml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,13 @@ helmCharts:
1414
commonLabels:
1515
app: hotrod
1616
version: 0.2.22
17-
affinity:
18-
nodeAffinity:
19-
requiredDuringSchedulingIgnoredDuringExecution:
20-
nodeSelectorTerms:
21-
- matchExpressions:
22-
- key: role
23-
operator: In
24-
values:
25-
- spot
17+
2618
image:
2719
repository: jaegertracing/example-hotrod #kong/httpbin
20+
2821
network:
2922
domain: devxp-tech.io
23+
3024
envs:
3125
# - name: OTEL_EXPORTER_OTLP_ENDPOINT
3226
# value: http://otel-collector.observability.svc.cluster.local:4318
@@ -36,10 +30,21 @@ helmCharts:
3630
value: http://otel-collector.observability.svc.cluster.local:4318
3731
- name: OTEL_EXPORTER_JAEGER_ENDPOINT
3832
value: http://otel-collector.observability.svc.cluster.local:14268/api/traces
39-
quota:
40-
enabled: false
33+
4134
autoscaling:
4235
enabled: false
36+
37+
quota:
38+
enabled: false
39+
40+
resources:
41+
requests:
42+
cpu: 10m
43+
memory: 32Mi
44+
limits:
45+
cpu: 30m
46+
memory: 64Mi
47+
4348
livenessProbe:
4449
enabled: false
4550
readinessProbe:

apps/opentelemetry-operator/base/kustomization.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
namespace: opentelemetry-operator
4-
# resources:
5-
# - https://github.com/open-telemetry/opentelemetry-operator/releases/latest/download/opentelemetry-operator.yaml
6-
###### OLD
74
helmCharts:
85
- name: opentelemetry-operator
96
includeCRDs: true
107
releaseName: opentelemetry-operator
118
namespace: opentelemetry-operator
12-
version: 0.60.0
9+
version: 0.64.4
1310
repo: https://open-telemetry.github.io/opentelemetry-helm-charts
1411
valuesInline:
1512
# nameOverride: opentelemetry-operator

0 commit comments

Comments
 (0)