This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
from 2e2a2d2bd7 feat(frontend): Virtual Environments: Show loading spinner
while system packages resolve (#5644)
add e55d1abb07 refactor(k8s): organize Helm templates into
base/aws/on-prem (#5757)
No new revisions were added by this update.
Summary of changes:
.licenserc.yaml | 1 +
bin/k8s/.helmignore | 17 ++++++
bin/k8s/templates/README.md | 68 ++++++++++++++++++++++
bin/k8s/templates/aws/.gitkeep | 2 +
.../access-control-service-deployment.yaml | 0
.../access-control-service-service.yaml | 0
.../agent-service-backend-traffic-policy.yaml | 0
.../agent-service}/agent-service-deployment.yaml | 0
.../agent-service}/agent-service-secret.yaml | 0
.../agent-service}/agent-service-service.yaml | 0
.../config-service}/config-service-deployment.yaml | 0
.../config-service}/config-service-service.yaml | 0
.../example-data-loader-job.yaml | 0
.../{ => base/external-names}/external-names.yaml | 0
.../file-service}/file-service-deployment.yaml | 0
.../file-service}/file-service-service.yaml | 0
.../{ => base/gateway}/gateway-backend.yaml | 0
.../{ => base/gateway}/gateway-routes.yaml | 0
.../gateway}/gateway-security-policy.yaml | 0
bin/k8s/templates/{ => base/gateway}/gateway.yaml | 0
.../templates/{ => base/lakefs}/lakefs-secret.yaml | 0
.../{ => base/lakefs}/lakefs-setup-job.yaml | 0
.../{ => base/lakekeeper}/lakekeeper-init-job.yaml | 0
.../{ => base/litellm}/litellm-config.yaml | 0
.../{ => base/litellm}/litellm-deployment.yaml | 0
.../{ => base/litellm}/litellm-service.yaml | 0
.../postgresql}/postgresql-init-script-config.yaml | 0
.../postgresql}/postgresql-persistence.yaml | 0
bin/k8s/templates/{ => base/pylsp}/pylsp.yaml | 0
.../shared-editing-server.yaml | 0
.../{ => base/webserver}/webserver-deployment.yaml | 0
.../{ => base/webserver}/webserver-service.yaml | 0
.../workflow-compiling-service-deployment.yaml | 0
.../workflow-compiling-service-service.yaml | 0
...workflow-computing-unit-manager-deployment.yaml | 0
...low-computing-unit-manager-service-account.yaml | 0
.../workflow-computing-unit-manager-service.yaml | 0
...ow-computing-unit-master-prepull-daemonset.yaml | 0
.../workflow-computing-unit-resource-quota.yaml | 0
.../workflow-computing-units-namespace.yaml | 0
.../workflow-computing-units-service.yaml | 0
.../templates/{ => on-prem}/minio-persistence.yaml | 0
42 files changed, 88 insertions(+)
create mode 100644 bin/k8s/.helmignore
create mode 100644 bin/k8s/templates/README.md
create mode 100644 bin/k8s/templates/aws/.gitkeep
rename bin/k8s/templates/{ =>
base/access-control-service}/access-control-service-deployment.yaml (100%)
rename bin/k8s/templates/{ =>
base/access-control-service}/access-control-service-service.yaml (100%)
rename bin/k8s/templates/{ =>
base/agent-service}/agent-service-backend-traffic-policy.yaml (100%)
rename bin/k8s/templates/{ =>
base/agent-service}/agent-service-deployment.yaml (100%)
rename bin/k8s/templates/{ => base/agent-service}/agent-service-secret.yaml
(100%)
rename bin/k8s/templates/{ => base/agent-service}/agent-service-service.yaml
(100%)
rename bin/k8s/templates/{ =>
base/config-service}/config-service-deployment.yaml (100%)
rename bin/k8s/templates/{ => base/config-service}/config-service-service.yaml
(100%)
rename bin/k8s/templates/{ =>
base/example-data-loader}/example-data-loader-job.yaml (100%)
rename bin/k8s/templates/{ => base/external-names}/external-names.yaml (100%)
rename bin/k8s/templates/{ => base/file-service}/file-service-deployment.yaml
(100%)
rename bin/k8s/templates/{ => base/file-service}/file-service-service.yaml
(100%)
rename bin/k8s/templates/{ => base/gateway}/gateway-backend.yaml (100%)
rename bin/k8s/templates/{ => base/gateway}/gateway-routes.yaml (100%)
rename bin/k8s/templates/{ => base/gateway}/gateway-security-policy.yaml (100%)
rename bin/k8s/templates/{ => base/gateway}/gateway.yaml (100%)
rename bin/k8s/templates/{ => base/lakefs}/lakefs-secret.yaml (100%)
rename bin/k8s/templates/{ => base/lakefs}/lakefs-setup-job.yaml (100%)
rename bin/k8s/templates/{ => base/lakekeeper}/lakekeeper-init-job.yaml (100%)
rename bin/k8s/templates/{ => base/litellm}/litellm-config.yaml (100%)
rename bin/k8s/templates/{ => base/litellm}/litellm-deployment.yaml (100%)
rename bin/k8s/templates/{ => base/litellm}/litellm-service.yaml (100%)
rename bin/k8s/templates/{ =>
base/postgresql}/postgresql-init-script-config.yaml (100%)
rename bin/k8s/templates/{ => base/postgresql}/postgresql-persistence.yaml
(100%)
rename bin/k8s/templates/{ => base/pylsp}/pylsp.yaml (100%)
rename bin/k8s/templates/{ =>
base/shared-editing-server}/shared-editing-server.yaml (100%)
rename bin/k8s/templates/{ => base/webserver}/webserver-deployment.yaml (100%)
rename bin/k8s/templates/{ => base/webserver}/webserver-service.yaml (100%)
rename bin/k8s/templates/{ =>
base/workflow-compiling-service}/workflow-compiling-service-deployment.yaml
(100%)
rename bin/k8s/templates/{ =>
base/workflow-compiling-service}/workflow-compiling-service-service.yaml (100%)
rename bin/k8s/templates/{ =>
base/workflow-computing-unit-manager}/workflow-computing-unit-manager-deployment.yaml
(100%)
rename bin/k8s/templates/{ =>
base/workflow-computing-unit-manager}/workflow-computing-unit-manager-service-account.yaml
(100%)
rename bin/k8s/templates/{ =>
base/workflow-computing-unit-manager}/workflow-computing-unit-manager-service.yaml
(100%)
rename bin/k8s/templates/{ =>
base/workflow-computing-unit-pool}/workflow-computing-unit-master-prepull-daemonset.yaml
(100%)
rename bin/k8s/templates/{ =>
base/workflow-computing-unit-pool}/workflow-computing-unit-resource-quota.yaml
(100%)
rename bin/k8s/templates/{ =>
base/workflow-computing-unit-pool}/workflow-computing-units-namespace.yaml
(100%)
rename bin/k8s/templates/{ =>
base/workflow-computing-unit-pool}/workflow-computing-units-service.yaml (100%)
rename bin/k8s/templates/{ => on-prem}/minio-persistence.yaml (100%)