Skip to content

Commit

Permalink
changes required to fully support trn2
Browse files Browse the repository at this point in the history
  • Loading branch information
movence committed Jan 9, 2025
1 parent 50245a7 commit 2711d52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- name: PATH
value: /usr/local/bin:/usr/bin:/bin:/opt/aws/neuron/bin
- name: GOMEMLIMIT
value: 160MiB
value: 320MiB
ports:
- name: "metrics"
port: {{ .Values.neuronMonitor.service.port }}
Expand All @@ -52,6 +52,9 @@ spec:
- mountPath: /etc/amazon-cloudwatch-observability-neuron-cert/
name: neurontls
readOnly: true
- mountPath: /opt-aws
name: "aws-config"
readOnly: true
volumes:
- name: neurontls
secret:
Expand All @@ -61,6 +64,9 @@ spec:
path: server.crt
- key: tls.key
path: server.key
- name: "aws-config"
hostPath:
path: /opt/aws
monitorConfig: |
{
"period": "5s",
Expand Down
2 changes: 1 addition & 1 deletion charts/amazon-cloudwatch-observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,7 @@ neuronMonitor:
name:
image:
repository: neuron-monitor
tag: 1.2.1
tag: 1.3.0
repositoryDomainMap:
public: public.ecr.aws/neuron
resources:
Expand Down

0 comments on commit 2711d52

Please sign in to comment.