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
metadata:
name: grafana

View File

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