Skip to content

Commit 135cd4b

Browse files
committed
chore(addons) add nessie
1 parent 33833c6 commit 135cd4b

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

addons/index.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,7 @@ entries:
7171
description: "Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol."
7272
yugabytedb:
7373
- version: 2024
74-
description: "YugabyteDB is a high-performance distributed SQL database for powering global, internet-scale applications. "
74+
description: "YugabyteDB is a high-performance distributed SQL database for powering global, internet-scale applications. "
75+
nessie:
76+
- version: "0.103"
77+
description: "Transactional Catalog for Data Lakes with Git-like semantics . "

addons/nessie/0.103/chart/nessie/simple-values.yaml renamed to addons/nessie/0.103/chart/nessie/simple-demo-values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
service:
2+
# -- The type of service to create.ClusterIP , LoadBalancer
3+
type: LoadBalancer
14
jdbc:
25
# -- The JDBC connection string. If you are using Nessie OSS images, then only
36
# PostgreSQL, MariaDB and MySQL URLs are supported. Check your JDBC driver documentation

addons/nessie/0.103/meta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ instances_retrievable: true
1515
bindings_retrievable: true
1616
plan_updateable: true
1717
allow_parameters:
18+
- name: "service.type"
19+
required: false
20+
description: "config nessie service type"
1821
- name: "jdbc"
1922
required: true
2023
description: "config nessie persist store"

addons/nessie/0.103/plans/standard-4c4g/bind.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ credential:
33
- name: EXTERNAL_IP
44
valueFrom:
55
serviceRef:
6-
name: {{ include "common.names.fullname" . }}
6+
name: {{ include "nessie.fullname" . }}
77
jsonpath: '{.status.loadBalancer.ingress[0].ip}'
88
{{- end }}
99
- name: CLUSTER_IP
1010
valueFrom:
1111
serviceRef:
12-
name: {{ include "common.names.fullname" . }}
12+
name: {{ include "nessie.fullname" . }}
1313
jsonpath: '{.spec.clusterIP}'
1414
- name: PORT
1515
valueFrom:
1616
serviceRef:
17-
name: {{ include "common.names.fullname" . }}
18-
jsonpath: '{.spec.ports[?(@.name=="http")].port}'
17+
name: {{ include "nessie.fullname" . }}
18+
jsonpath: '{.spec.ports[?(@.name=="nessie-http")].port}'
1919

0 commit comments

Comments
 (0)