These annotations made sense in pre v1.3.0 Prometheus releases, however, with >=v1.3.0 and the Prometheus Operator these annotations are more confusing then helpful.
16 lines
210 B
YAML
16 lines
210 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: grafana
|
|
labels:
|
|
app: grafana
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- name: web
|
|
port: 3000
|
|
protocol: TCP
|
|
nodePort: 30902
|
|
selector:
|
|
app: grafana
|