2017-11-10 09:02:49 +00:00
|
|
|
# Copyright 2017 The Kubernetes Authors All rights reserved.
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
|
2016-11-10 21:02:14 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
kubernetes.io/name: monitoring-influxdb
|
|
|
|
kubernetes.io/minikube-addons: heapster
|
2017-05-26 09:57:34 +00:00
|
|
|
addonmanager.kubernetes.io/mode: Reconcile
|
2016-11-10 21:02:14 +00:00
|
|
|
name: monitoring-influxdb
|
|
|
|
namespace: kube-system
|
|
|
|
spec:
|
|
|
|
ports:
|
|
|
|
- name: http
|
|
|
|
port: 8083
|
|
|
|
targetPort: 8083
|
|
|
|
- name: api
|
|
|
|
port: 8086
|
|
|
|
targetPort: 8086
|
|
|
|
selector:
|
2017-04-24 17:36:02 +00:00
|
|
|
addonmanager.kubernetes.io/mode: Reconcile
|
2017-11-10 09:02:49 +00:00
|
|
|
k8s-app: influx-grafana
|