mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Update influxdb to 0.12.0
This commit is contained in:
		@@ -1,26 +1,26 @@
 | 
				
			|||||||
apiVersion: v1
 | 
					apiVersion: v1
 | 
				
			||||||
kind: ReplicationController
 | 
					kind: ReplicationController
 | 
				
			||||||
metadata:
 | 
					metadata:
 | 
				
			||||||
  name: monitoring-influxdb-grafana-v3
 | 
					  name: monitoring-influxdb-grafana-v4
 | 
				
			||||||
  namespace: kube-system
 | 
					  namespace: kube-system
 | 
				
			||||||
  labels: 
 | 
					  labels: 
 | 
				
			||||||
    k8s-app: influxGrafana
 | 
					    k8s-app: influxGrafana
 | 
				
			||||||
    version: v3
 | 
					    version: v4
 | 
				
			||||||
    kubernetes.io/cluster-service: "true"
 | 
					    kubernetes.io/cluster-service: "true"
 | 
				
			||||||
spec: 
 | 
					spec: 
 | 
				
			||||||
  replicas: 1
 | 
					  replicas: 1
 | 
				
			||||||
  selector: 
 | 
					  selector: 
 | 
				
			||||||
    k8s-app: influxGrafana
 | 
					    k8s-app: influxGrafana
 | 
				
			||||||
    version: v3
 | 
					    version: v4
 | 
				
			||||||
  template: 
 | 
					  template: 
 | 
				
			||||||
    metadata: 
 | 
					    metadata: 
 | 
				
			||||||
      labels: 
 | 
					      labels: 
 | 
				
			||||||
        k8s-app: influxGrafana
 | 
					        k8s-app: influxGrafana
 | 
				
			||||||
        version: v3
 | 
					        version: v4
 | 
				
			||||||
        kubernetes.io/cluster-service: "true"
 | 
					        kubernetes.io/cluster-service: "true"
 | 
				
			||||||
    spec: 
 | 
					    spec: 
 | 
				
			||||||
      containers: 
 | 
					      containers: 
 | 
				
			||||||
        - image: gcr.io/google_containers/heapster_influxdb:v0.5
 | 
					        - image: gcr.io/google_containers/heapster_influxdb:v0.7
 | 
				
			||||||
          name: influxdb
 | 
					          name: influxdb
 | 
				
			||||||
          resources:
 | 
					          resources:
 | 
				
			||||||
            # keep request = limit to keep this container in guaranteed class
 | 
					            # keep request = limit to keep this container in guaranteed class
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user