Skip to content

Commit

Permalink
upgrade greptimedb to v1.0 API
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Rookie committed Nov 1, 2024
1 parent 6e5adbb commit 367bb11
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion addons/greptimedb/templates/cmpd-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,17 @@ spec:
- --http-addr
- 0.0.0.0:4000
- --server-addr
- $(KB_POD_IP):3002
- $(POD_IP):3002
- --store-addr
- $(GREPTIMEDB_ETCD_SVC):2379
- --config-file
- /etc/greptimedb/config.toml
env:
- name: POD_IP
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: status.podIP
- name: GREPTIMEDB_METASRV__DISABLE_REGION_FAILOVER
value: {{ .Values.meta.disableRegionFailover | quote}}
terminationGracePeriodSeconds: 10
Expand Down

0 comments on commit 367bb11

Please sign in to comment.