Skip to content

Commit

Permalink
Merge pull request #8 from datalayer/jupyter/operator-host
Browse files Browse the repository at this point in the history
jupyter: add operator host
  • Loading branch information
echarles authored Jul 17, 2024
2 parents 6abb335 + d6f76ec commit a55386d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/datalayer-jupyter/tests/deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ tests:
value: ""
- name: DATALAYER_OPERATOR_API_KEY
value: ""
- name: DATALAYER_OPERATOR_HOST
value: "datalayer-operator-svc.datalayer-api.svc.cluster.local:2111"
- name: DATALAYER_RUNTIME_ENV
value: "prod"
- name: DATALAYER_RUN_HOST
Expand Down
1 change: 1 addition & 0 deletions charts/datalayer-jupyter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jupyter:
DATALAYER_OPENFGA_REST_URL: "http://datalayer-openfga.datalayer-openfga.svc.cluster.local:8080"
DATALAYER_OPENFGA_STORE_ID: ""
DATALAYER_OPERATOR_API_KEY: ""
DATALAYER_OPERATOR_HOST: "datalayer-operator-svc.datalayer-api.svc.cluster.local:2111"
DATALAYER_RUNTIME_ENV: "prod"
DATALAYER_RUN_HOST: ""
DATALAYER_SOLR_ZK_HOST: "solr-datalayer-solrcloud-zookeeper-headless.datalayer-solr.svc.cluster.local"
Expand Down

0 comments on commit a55386d

Please sign in to comment.