Skip to content

Commit 1e56f47

Browse files
authored
fix(stack/trino-superset-s3): Use FQDN for minio, restrict to default namespace (#182)
1 parent 0695d69 commit 1e56f47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stacks/stacks-v2.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ stacks:
305305
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/trino-superset-s3/hive-metastore.yaml
306306
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/trino-superset-s3/trino.yaml
307307
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/trino-superset-s3/superset.yaml
308-
supportedNamespaces: []
308+
supportedNamespaces: [default] # until namespace can be templates, the minio FQDN hard-codes the namespace
309309
resourceRequests:
310310
cpu: 6800m
311311
memory: 15822Mi

stacks/trino-superset-s3/s3-connection.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: S3Connection
44
metadata:
55
name: minio
66
spec:
7-
host: minio
7+
host: minio.default.svc.cluster.local
88
port: 9000
99
accessStyle: Path
1010
credentials:

0 commit comments

Comments
 (0)