Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alpha to beta #1364

Merged
merged 7 commits into from
Aug 28, 2018
Merged
7 changes: 7 additions & 0 deletions cluster/manifests/01-visibility/priority.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: scheduling.k8s.io/v1alpha1
kind: PriorityClass
metadata:
name: visibility-zmon
value: 1000000000
globalDefault: false
description: "This priority class is used by ZMON components."
4 changes: 2 additions & 2 deletions cluster/manifests/prometheus-node-exporter/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ spec:
resources:
limits:
cpu: 10m
memory: 20Mi
memory: 40Mi
requests:
cpu: 10m
memory: 20Mi
memory: 40Mi
securityContext:
privileged: true
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/zmon-agent/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
annotations:
iam.amazonaws.com/role: "{{ .LocalID }}-app-zmon"
spec:
priorityClassName: system-cluster-critical
priorityClassName: visibility-zmon
initContainers:
- name: gerry-init
image: registry.opensource.zalan.do/teapot/gerry:v0.0.14
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/zmon-aws-agent/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
annotations:
iam.amazonaws.com/role: "{{ .LocalID }}-app-zmon"
spec:
priorityClassName: system-cluster-critical
priorityClassName: visibility-zmon
initContainers:
- name: gerry-init
image: registry.opensource.zalan.do/teapot/gerry:v0.0.14
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/zmon-redis/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
application: "zmon-redis"
version: "v0.1"
spec:
priorityClassName: system-cluster-critical
priorityClassName: visibility-zmon
containers:
- name: zmon-redis
image: registry.opensource.zalan.do/zmon/redis:3.2.9
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/zmon-scheduler/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
annotations:
iam.amazonaws.com/role: "{{ .LocalID }}-app-zmon"
spec:
priorityClassName: system-cluster-critical
priorityClassName: visibility-zmon
initContainers:
- name: gerry-init
image: registry.opensource.zalan.do/teapot/gerry:v0.0.14
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/zmon-worker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
annotations:
iam.amazonaws.com/role: "{{ .LocalID }}-app-zmon"
spec:
priorityClassName: system-cluster-critical
priorityClassName: visibility-zmon
initContainers:
- name: gerry-init
image: registry.opensource.zalan.do/teapot/gerry:v0.0.14
Expand Down