fix: drone, docker-compose, Dockerfile and Makefile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-08-30 20:13:06 +02:00
parent b7c64622c9
commit 0104e01dcc
7 changed files with 284 additions and 60 deletions

View File

@ -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: