Skip to content

Commit

Permalink
Merge pull request #3 from brancz/controller-deployments
Browse files Browse the repository at this point in the history
manifests: rename controllers to operators and use deployments
  • Loading branch information
fabxc authored Nov 1, 2016
2 parents a722076 + cd0325d commit f89302b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
23 changes: 0 additions & 23 deletions manifests/controllers/alertmanager-controller.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: extensions/v1beta1
kind: ReplicaSet
kind: Deployment
metadata:
name: prometheus-controller
labels:
Expand All @@ -13,11 +13,11 @@ spec:
spec:
containers:
- name: prometheus-controller
image: quay.io/coreos/kube-prometheus-controller:latest
image: quay.io/coreos/prometheus-operator:latest
resources:
requests:
cpu: 100m
memory: 50Mi
limits:
cpu: 200m
memory: 100Mi
memory: 100Mi

0 comments on commit f89302b

Please sign in to comment.