Skip to content

Commit c14189b

Browse files
committed
use listener service instead of headless
1 parent 14c88be commit c14189b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

demos/spark-k8s-anomaly-detection-taxi-data/setup-superset.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ spec:
1010
- name: setup-superset
1111
image: oci.stackable.tech/sdp/testing-tools:0.2.0-stackable0.0.0-dev
1212
command:
13-
- bash
14-
- -euo
15-
- pipefail
16-
- -c
17-
- |
13+
- bash
14+
- -euo
15+
- pipefail
16+
- -c
17+
- |
1818
curl -L -o superset-assets.zip sets.zip https://raw.githubusercontent.com/stackabletech/demos/main/demos/spark-k8s-anomaly-detection-taxi-data/superset-assets.zip
1919
python -u /tmp/script/script.py
2020
volumeMounts:
@@ -46,7 +46,7 @@ data:
4646
import logging
4747
import requests
4848
49-
base_url = "http://superset-node-default-headless:8088" # For local testing / developing replace it, afterwards change back to http://superset-node-default-headless:8088
49+
base_url = "http://superset-node:8088" # For local testing / developing replace it, afterwards change back to http://superset-node:8088
5050
superset_username = open("/superset-credentials/adminUser.username").read()
5151
superset_password = open("/superset-credentials/adminUser.password").read()
5252
trino_username = "admin"

0 commit comments

Comments
 (0)