Skip to content

Commit

Permalink
Merge pull request #158 from maiqueb/fix-reconciler-spec
Browse files Browse the repository at this point in the history
Fix reconciler spec
  • Loading branch information
dougbtv authored Oct 19, 2021
2 parents 7ade8ac + 0b3d29e commit ea8abc5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/crds/ip-reconciler-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@ spec:
spec:
template:
spec:
priorityClassName: "system-node-critical"
containers:
- name: whereabouts
image: ghcr.io/k8snetworkplumbingwg/whereabouts:latest-amd64
resources:
requests:
cpu: "100m"
memory: "50Mi"
limits:
cpu: "100m"
memory: "50Mi"
command:
- /ip-reconciler
- -kubeconfig=/host/etc/cni/net.d/whereabouts.d/whereabouts.kubeconfig
Expand Down

0 comments on commit ea8abc5

Please sign in to comment.