We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0981b5b commit dabb613Copy full SHA for dabb613
1 file changed
ast-on-k8s/extras/loadbalancer-svc.yaml
@@ -1 +1,35 @@
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
20
21
22
+ name: prom-lb-service
23
24
25
+ io.kompose.service: prometheus
26
27
28
+ port: 9090
29
+ targetPort: 9090
30
31
32
33
34
35
0 commit comments