You've already forked network-tools
fix: drone, docker-compose, Dockerfile and Makefile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -6,8 +6,14 @@ spec:
|
||||
containers:
|
||||
- name: network-tools
|
||||
image: docker.io/volkerraschek/network-tools:latest
|
||||
command: [ "sleep", "3600" ]
|
||||
imagePullPolicy: Always
|
||||
resources:
|
||||
limits:
|
||||
cpu: 250m
|
||||
memory: 250Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 125Mi
|
||||
securityContext:
|
||||
capabilities :
|
||||
add:
|
||||
|
Reference in New Issue
Block a user