File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 . "
Original file line number Diff line number Diff line change 1+ service :
2+ # -- The type of service to create.ClusterIP , LoadBalancer
3+ type : LoadBalancer
14jdbc :
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
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ instances_retrievable: true
1515bindings_retrievable : true
1616plan_updateable : true
1717allow_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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments