Remove remaining 'controller' occurrences

This commit is contained in:
Fabian Reinartz
2016-11-01 13:12:57 -07:00
parent f89302ba8f
commit 2f4c847143
3 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1,23 @@
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: prometheus-operator
labels:
operator: prometheus
spec:
replicas: 1
template:
metadata:
labels:
operator: prometheus
spec:
containers:
- name: prometheus-operator
image: quay.io/coreos/prometheus-operator:latest
resources:
requests:
cpu: 100m
memory: 50Mi
limits:
cpu: 200m
memory: 300Mi