fix: trino iceberg catalog s3 props, superset port env override
This commit is contained in:
@@ -32,6 +32,9 @@ spec:
|
|||||||
- name: {{ $svc.image }}
|
- name: {{ $svc.image }}
|
||||||
image: {{ $root.Values.image.registry }}/{{ $svc.image }}:{{ $root.Values.image.tag }}
|
image: {{ $root.Values.image.registry }}/{{ $svc.image }}:{{ $root.Values.image.tag }}
|
||||||
imagePullPolicy: {{ $root.Values.image.pullPolicy }}
|
imagePullPolicy: {{ $root.Values.image.pullPolicy }}
|
||||||
|
{{- if $svc.command }}
|
||||||
|
command: ["sh", "-c", {{ $svc.command | quote }}]
|
||||||
|
{{- end }}
|
||||||
{{- if $svc.port }}
|
{{- if $svc.port }}
|
||||||
ports:
|
ports:
|
||||||
- containerPort: {{ $svc.port }}
|
- containerPort: {{ $svc.port }}
|
||||||
|
|||||||
@@ -36,6 +36,8 @@ spec:
|
|||||||
capabilities:
|
capabilities:
|
||||||
drop: ["ALL"]
|
drop: ["ALL"]
|
||||||
env:
|
env:
|
||||||
|
- name: SUPERSET_PORT
|
||||||
|
value: "8088"
|
||||||
- name: SUPERSET_SECRET_KEY
|
- name: SUPERSET_SECRET_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
@@ -40,10 +40,6 @@ spec:
|
|||||||
connector.name=iceberg
|
connector.name=iceberg
|
||||||
iceberg.catalog.type=hive_metastore
|
iceberg.catalog.type=hive_metastore
|
||||||
hive.metastore.uri=thrift://hive-metastore.{{ $.Release.Namespace }}.svc.cluster.local:9083
|
hive.metastore.uri=thrift://hive-metastore.{{ $.Release.Namespace }}.svc.cluster.local:9083
|
||||||
hive.s3.endpoint=http://{{ index $.Values.config "MINIO_ENDPOINT" }}
|
|
||||||
hive.s3.path-style-access=true
|
|
||||||
hive.s3.aws-access-key=${MINIO_ACCESS_KEY}
|
|
||||||
hive.s3.aws-secret-key=${MINIO_SECRET_KEY}
|
|
||||||
fs.native-s3.enabled=true
|
fs.native-s3.enabled=true
|
||||||
s3.endpoint=http://{{ index $.Values.config "MINIO_ENDPOINT" }}
|
s3.endpoint=http://{{ index $.Values.config "MINIO_ENDPOINT" }}
|
||||||
s3.path-style-access=true
|
s3.path-style-access=true
|
||||||
|
|||||||
Reference in New Issue
Block a user