Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Fixing user in k8s yaml and ensuring requests large enough to avoid o…
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardoC committed Mar 10, 2020
1 parent bf42e2b commit 67e7b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/k8s/conntest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
fieldPath: spec.nodeName
resources:
requests:
memory: 8Mi
memory: 16Mi
cpu: 5m
limits:
memory: 128Mi
Expand All @@ -65,4 +65,4 @@ spec:
initialDelaySeconds: 10
periodSeconds: 30
securityContext:
runAsUser: 1000
runAsUser: 255999

0 comments on commit 67e7b26

Please sign in to comment.