mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
13 lines
167 B
YAML
13 lines
167 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: grafana-app
|
|
labels:
|
|
app: grafana-app
|
|
spec:
|
|
selector:
|
|
app: grafana-app
|
|
ports:
|
|
- name: web
|
|
port: 3000
|