You've already forked docker-erlang-example
mirror of
https://github.com/erlang/docker-erlang-example.git
synced 2025-07-30 22:43:04 +03:00
This commit copies Lukas Larsson's (@garazdawi) and Siri Hansen's (@sirihansen) example from: https://github.com/erlang/docker-erlang-example/tree/minikube-prom-graf
14 lines
201 B
YAML
14 lines
201 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: prometheus
|
|
namespace: monitoring
|
|
spec:
|
|
ports:
|
|
- port: 9090
|
|
protocol: TCP
|
|
targetPort: 9090
|
|
selector:
|
|
name: prometheus
|
|
type: NodePort
|