Skip to content

Commit

Permalink
Merge pull request #171 from sunya-ch/health-check-deploy
Browse files Browse the repository at this point in the history
update sidecar version and add limit
  • Loading branch information
sunya-ch authored Jan 12, 2024
2 parents 77176db + d83d8ff commit e8b7dc2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion health-check/sidecar/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/foundation-model-stack/multi-nic-cni-health-check-sidecar:v1.0.3
image: ghcr.io/foundation-model-stack/multi-nic-cni-health-check-sidecar:v1.0.5
imagePullPolicy: Always
name: health-check-agent
ports:
Expand All @@ -70,6 +70,9 @@ spec:
requests:
cpu: 100m
memory: 50Mi
limits:
cpu: 200m
memory: 100Mi
securityContext:
privileged: true
terminationMessagePath: /dev/termination-log
Expand Down

0 comments on commit e8b7dc2

Please sign in to comment.