1 parent ca47acd commit 5a07828Copy full SHA for 5a07828
2 files changed
kubernetes/core/gravity/sts.yml
@@ -26,6 +26,8 @@ spec:
26
value: 0.0.0.0
27
- name: INSTANCE_IP
28
value: 172.16.16.17
29
+ - name: BOOTSTRAP_ROLES
30
+ value: "dns;api;etcd;monitoring;tsdb"
31
livenessProbe:
32
httpGet:
33
path: /healthz/live
kubernetes/core/gravity/svc.yml
@@ -3,9 +3,10 @@ apiVersion: v1
3
kind: Service
4
metadata:
5
name: gravity
6
- namespace: gravity
+ annotations:
7
+ lbipam.cilium.io/ips: "172.16.16.17"
8
spec:
- type: ClusterIP
9
+ type: LoadBalancer
10
selector:
11
app.kubernetes.io/name: gravity
12
ports:
0 commit comments