Gluttony-Cluster/grafana/grafana-service.yaml
Tyler Perkins e00058258c
All checks were successful
continuous-integration/drone/push Build is passing
Add grafana
2024-05-04 22:30:56 -04:00

14 lines
210 B
YAML

apiVersion: v1
kind: Service
metadata:
name: grafana
namespace: grafana-ns
spec:
ports:
- port: 80
protocol: TCP
targetPort: http-grafana
selector:
app: grafana
type: LoadBalancer