Skip to content

Commit

Permalink
Add Trino host and port to management CJI spec (#5094)
Browse files Browse the repository at this point in the history
  • Loading branch information
maskarb authored May 8, 2024
1 parent 4b5916a commit 3b1c16a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4048,6 +4048,10 @@ objects:
value: ${MGMT_IMAGE}
- name: MGMT_IMAGE_TAG
value: ${MGMT_IMAGE_TAG}
- name: TRINO_HOST
value: ${TRINO_HOST}
- name: TRINO_PORT
value: ${TRINO_PORT}
image: ${MGMT_IMAGE}:${MGMT_IMAGE_TAG}
resources:
limits:
Expand Down
4 changes: 4 additions & 0 deletions deploy/kustomize/base/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ objects:
value: ${MGMT_IMAGE}
- name: MGMT_IMAGE_TAG
value: ${MGMT_IMAGE_TAG}
- name: TRINO_HOST
value: ${TRINO_HOST}
- name: TRINO_PORT
value: ${TRINO_PORT}
# The bulk of your App. This is where your running apps will live
deployments:
-
Expand Down

0 comments on commit 3b1c16a

Please sign in to comment.