Skip to content

Commit dabb613

Browse files
authored
Update loadbalancer-svc.yaml
1 parent 0981b5b commit dabb613

1 file changed

Lines changed: 35 additions & 1 deletion

File tree

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,35 @@
1-
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
name: graf-lb-service
5+
spec:
6+
selector:
7+
io.kompose.service: grafana
8+
ports:
9+
- protocol: TCP
10+
port: 3000
11+
targetPort: 3000
12+
clusterIP: 10.0.171.239
13+
type: LoadBalancer
14+
status:
15+
loadBalancer:
16+
ingress:
17+
- ip: 192.0.2.127
18+
---
19+
apiVersion: v1
20+
kind: Service
21+
metadata:
22+
name: prom-lb-service
23+
spec:
24+
selector:
25+
io.kompose.service: prometheus
26+
ports:
27+
- protocol: TCP
28+
port: 9090
29+
targetPort: 9090
30+
clusterIP: 10.0.171.239
31+
type: LoadBalancer
32+
status:
33+
loadBalancer:
34+
ingress:
35+
- ip: 192.0.2.127

0 commit comments

Comments
 (0)