Skip to content

Commit

Permalink
remove trn2 support changes
Browse files Browse the repository at this point in the history
  • Loading branch information
movence committed Dec 20, 2024
1 parent acddb69 commit 7ffe8f2
Showing 1 changed file with 2 additions and 8 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: 320MiB
value: 160MiB
ports:
- name: "metrics"
port: {{ .Values.neuronMonitor.service.port }}
Expand All @@ -52,9 +52,6 @@ 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 @@ -64,9 +61,6 @@ spec:
path: server.crt
- key: tls.key
path: server.key
- name: "aws-config"
hostPath:
path: /opt/aws
monitorConfig: |
{
"period": "5s",
Expand All @@ -85,7 +79,7 @@ spec:
},
{
"type": "execution_stats"
}
}``
]
}
],
Expand Down

0 comments on commit 7ffe8f2

Please sign in to comment.