Adding boilerplate files

Signed-off-by: Per Ploug <per.ploug@zalando.de>
This commit is contained in:
Per Ploug
2018-10-08 13:17:05 +02:00
parent e9b677605a
commit 3db0cc3135
40 changed files with 3247 additions and 2 deletions

View File

@@ -0,0 +1,29 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: custom-metrics-consumer
labels:
application: custom-metrics-consumer
version: latest
spec:
selector:
matchLabels:
application: custom-metrics-consumer
template:
metadata:
labels:
application: custom-metrics-consumer
version: latest
spec:
containers:
- name: custom-metrics-consumer
image: mikkeloscar/custom-metrics-consumer:latest
args:
- --fake-queue-length=2000
resources:
limits:
cpu: 10m
memory: 25Mi
requests:
cpu: 10m
memory: 25Mi