-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvalues.yaml
More file actions
50 lines (46 loc) · 1.79 KB
/
values.yaml
File metadata and controls
50 lines (46 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
## @param fullnameOverride String to fully override common.names.fullname template
##
fullnameOverride: hb-nessie-standard-5
jdbc:
# -- The JDBC connection string. If you are using Nessie OSS images, then only
# PostgreSQL, MariaDB and MySQL URLs are supported. Check your JDBC driver documentation
# for the correct URL format.
jdbcUrl: jdbc:postgresql://10.43.205.80:5432/postgres
# -- The secret key storing the datasource username.
username: administrator
# -- The secret key storing the datasource password.
password: gvB7Ha9uP7
catalog:
# -- Whether to enable the REST catalog service.
enabled: true
iceberg:
# -- The default warehouse name. Required. This is just a symbolic name; it must refer to a
# declared warehouse below.
defaultWarehouse: warehouse
warehouses:
# -- Symbolic name of the warehouse. Required.
- name: warehouse
# -- Location of the warehouse. Required. Used to determine the base location of a table.
# Scheme must be either s3 (Amazon S3), gs (Google GCS) or abfs / abfss (Azure ADLS). Storage
# properties for each location can be defined below.
location: s3://bucket1/
storage:
s3:
# Global S3 settings. Can be overridden on a per-bucket basis below.
defaultOptions:
# -- DNS name of the region, required for AWS.
region: us-west-1
# -- Endpoint URI, required for private clouds. Optional; if not provided, the default is
# used.
endpoint: "http://10.43.223.144:9000"
# -- The secret key storing the AWS secret key id.
awsAccessKeyId: admin
# -- The secret key storing the AWS secret access key.
awsSecretAccessKey: u929mrqXtb
resources:
limits:
cpu: 2000m
memory: 4096Mi
requests:
cpu: 100m
memory: 128Mi