Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase CPU resources of caskadht and adjust logging #1275

Merged
merged 1 commit into from
Feb 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ spec:
mountPath: /identity
resources:
limits:
cpu: "0.5"
cpu: "2"
memory: 2Gi
requests:
cpu: "0.5"
cpu: "2"
memory: 2Gi
volumes:
- name: identity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ secretGenerator:
files:
- identity.key=identity.key.encrypted # 12D3KooWAY6nosu5ireZaqo5M3zegzQFd9i1cWDqq7PTiAV4U9SV

configMapGenerator:
- name: caskadht-env-vars
behavior: merge
literals:
- GOLOG_LOG_LEVEL="info,net/identify=error"

images:
- name: caskadht
newName: 407967248065.dkr.ecr.us-east-2.amazonaws.com/ipni/caskadht
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ spec:
mountPath: /identity
resources:
limits:
cpu: "0.5"
cpu: "2"
memory: 2Gi
requests:
cpu: "0.5"
cpu: "2"
memory: 2Gi
volumes:
- name: identity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ secretGenerator:
files:
- identity.key=identity.key.encrypted # 12D3KooWANvdTsGoqpHeeYirAQYZToEX4BtrTUW73rsRfvCP6Yd4

configMapGenerator:
- name: caskadht-env-vars
behavior: merge
literals:
- GOLOG_LOG_LEVEL="info,net/identify=error"

images:
- name: caskadht
newName: 407967248065.dkr.ecr.us-east-2.amazonaws.com/ipni/caskadht
Expand Down