Skip to content

Commit

Permalink
chore: dep libs version bump (#170)
Browse files Browse the repository at this point in the history
* chore: dep libs version bump

* fix: reduce resouce requests

* fix: increase job timeout
  • Loading branch information
saidsef authored Jul 14, 2024
1 parent b734774 commit 31dd497
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 100 deletions.
9 changes: 6 additions & 3 deletions deployment/base/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app.kubernetes.io/name: tracing-node
spec:
activeDeadlineSeconds: 120
activeDeadlineSeconds: 240
automountServiceAccountToken: false
enableServiceLinks: false
restartPolicy: Never
Expand All @@ -22,7 +22,10 @@ spec:
resources:
limits:
memory: "1Gi"
cpu: "500m"
cpu: "80m"
requests:
memory: "1Gi"
cpu: "50m"
volumeMounts:
- name: git
mountPath: /app
Expand All @@ -31,4 +34,4 @@ spec:
gitRepo:
directory: "."
repository: "https://github.com/saidsef/tracing-node.git"
revision: "dependabot-npm_and_yarn-opentelemetry-exporter-trace-otlp-grpc-0.52.1"
revision: "dep-libs-version-bump"
Loading

0 comments on commit 31dd497

Please sign in to comment.