Skip to content

Commit 6157aa3

Browse files
committed
Remove unused Kubernetes and Docker configuration files
The commit removes obsolete Kubernetes and Docker configuration files like indexer.dockerfile, various YAML files for Kubernetes resources, and PostgreSQL configurations. These files are no longer relevant to the current project setup. - Deleted `indexer.dockerfile`, previously used for Docker image creation, as it is no longer required. - Removed Kubernetes deployment files like `configmap.yaml`, `db-secrets.yaml`, `indexer-deployment.yaml`, and more, as the project no longer operates in a Kubernetes environment. - Deleted PostgreSQL Helm values file (postgresql-values.yaml) and related setup scripts, which are no longer being referenced.
1 parent d8d978c commit 6157aa3

21 files changed

+98
-2236
lines changed

.github/workflows/ci-docker.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,10 @@ jobs:
3333
- name: Build Production
3434
uses: docker/[email protected]
3535
if: ${{ inputs.env == 'production' }}
36-
with:
37-
file: .github/workflows/indexer.dockerfile
38-
cache-from: type=gha
39-
cache-to: type=gha,mode=min
40-
platforms: ${{ inputs.platform }}
41-
42-
# development mode
43-
- name: Build Development
44-
uses: docker/[email protected]
45-
if: ${{ inputs.env != 'production' }}
4636
with:
4737
file: tilt/docker/indexer.dockerfile
4838
cache-from: type=gha
4939
cache-to: type=gha,mode=min
40+
build-args: |
41+
BUILD_MODE=production
5042
platforms: ${{ inputs.platform }}

.github/workflows/indexer.dockerfile

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)