Tyler Perkins
89f898fdbb
All checks were successful
continuous-integration/drone/push Build is passing
17 lines
252 B
YAML
17 lines
252 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: prometheus
|
|
namespace: prometheus-ns
|
|
labels:
|
|
app: prometheus
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- port: 9090
|
|
targetPort: 9090
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
app: prometheus
|