Skip to content
Snippets Groups Projects
Commit bbfabfaf authored by Arve Knudsen's avatar Arve Knudsen
Browse files

Don't name Grafana port

parent 146c0249
No related branches found
No related tags found
No related merge requests found
apiVersion: extensions/v1beta1
apiVersion: apps/v1beta1
kind: Deployment
metadata:
name: grafana
......
......@@ -7,9 +7,9 @@ metadata:
spec:
type: NodePort
ports:
- name: web
port: 3000
- port: 3000
protocol: TCP
nodePort: 30902
targetPort: web
selector:
app: grafana
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment