Add roadmap, fix manifests, improve hack scripts
This commit is contained in:
@@ -20,7 +20,4 @@ spec:
|
||||
memory: 50Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 100Mi
|
||||
imagePullSecrets:
|
||||
- name: coreos-quay
|
||||
|
||||
memory: 100Mi
|
||||
@@ -20,7 +20,4 @@ spec:
|
||||
memory: 50Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 100Mi
|
||||
imagePullSecrets:
|
||||
- name: coreos-quay
|
||||
|
||||
memory: 100Mi
|
||||
@@ -12,4 +12,5 @@ spec:
|
||||
protocol: TCP
|
||||
targetPort: web
|
||||
selector:
|
||||
prometheus.coreos.com: prometheus-frontend
|
||||
prometheus.coreos.com/type: prometheus
|
||||
prometheus.coreos.com/name: prometheus-frontend
|
||||
|
||||
@@ -54,6 +54,4 @@ spec:
|
||||
- name: grafana-dashboards
|
||||
configMap:
|
||||
name: grafana-dashboards
|
||||
imagePullSecrets:
|
||||
- name: coreos-quay
|
||||
|
||||
|
||||
@@ -7,11 +7,11 @@ metadata:
|
||||
annotations:
|
||||
prometheus.io/scrape: 'true'
|
||||
spec:
|
||||
type: NodePort
|
||||
ports:
|
||||
- name: web
|
||||
port: 3000
|
||||
protocol: TCP
|
||||
nodePort: 30902
|
||||
selector:
|
||||
app: grafana
|
||||
type: NodePort
|
||||
app: grafana
|
||||
@@ -7,10 +7,6 @@ data:
|
||||
global:
|
||||
evaluation_interval: 30s
|
||||
|
||||
# Add your etcd scrape config here. We cannot default here as etcd is a
|
||||
# prerequisite for Kubernetes.
|
||||
# TODO(fabxc): potentially make this configurable via KPM in the future.
|
||||
|
||||
scrape_configs:
|
||||
- job_name: kubelets
|
||||
scrape_interval: 20s
|
||||
|
||||
@@ -11,4 +11,5 @@ spec:
|
||||
protocol: TCP
|
||||
targetPort: web
|
||||
selector:
|
||||
prometheus.coreos.com: prometheus-k8s
|
||||
prometheus.coreos.com/type: prometheus
|
||||
prometheus.coreos.com/name: prometheus-k8s
|
||||
|
||||
Reference in New Issue
Block a user