first commit

This commit is contained in:
ston1th 2019-12-04 14:26:39 +01:00
commit be3c522f14
11 changed files with 635 additions and 0 deletions

27
config/deployment.yaml Normal file
View file

@ -0,0 +1,27 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: status-reporter
namespace: status-reporter
labels:
app: status-reporter
spec:
replicas: 1
selector:
matchLabels:
app: status-reporter
template:
metadata:
labels:
app: status-reporter
spec:
serviceAccountName: status-reporter
containers:
- name: status-reporter
image: git.giftfish.de/ston1th/status-reporter
resources:
requests:
cpu: 100m
memory: 128Mi
imagePullPolicy: Always