Don't name Grafana port

This commit is contained in:
Arve Knudsen
2017-08-22 17:15:56 +02:00
parent 146c024950
commit bbfabfaf4d
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1 apiVersion: apps/v1beta1
kind: Deployment kind: Deployment
metadata: metadata:
name: grafana name: grafana

View File

@@ -7,9 +7,9 @@ metadata:
spec: spec:
type: NodePort type: NodePort
ports: ports:
- name: web - port: 3000
port: 3000
protocol: TCP protocol: TCP
nodePort: 30902 nodePort: 30902
targetPort: web
selector: selector:
app: grafana app: grafana