Skip to content

Commit 92325ea

Browse files
alex-strukclaude
andcommitted
chore(openshift): remove dead prod/test/dev kustomize overlays
overlays/{prod,test,dev} are not part of any deploy path — the Deploy Instance workflow renders from overlays/instance-template. They were stale/misleading (their route patches never reached any cluster). Remove them and repoint the README's OpenShift deploy snippet at the real mechanism (Deploy Instance / instance-template). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 01021c9 commit 92325ea

6 files changed

Lines changed: 6 additions & 87 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -797,12 +797,12 @@ docker run \
797797

798798
### OpenShift/Kubernetes
799799

800-
Kubernetes manifests are provided in `deployments/openshift/kustomize/`:
801-
802-
```bash
803-
# Apply to cluster
804-
kubectl apply -k deployments/openshift/kustomize/overlays/dev
805-
```
800+
Kubernetes manifests are provided in `deployments/openshift/kustomize/`. Deployments are
801+
driven by the **Deploy Instance** GitHub Actions workflow, which renders an instance-specific
802+
overlay from `overlays/instance-template` and applies it (pushes to `develop` deploy to
803+
`fd34fb-test`, pushes to `main` deploy to `fd34fb-prod`). See
804+
[docs-md/openshift-deployment/AUTO_DEPLOY.md](docs-md/openshift-deployment/AUTO_DEPLOY.md) and
805+
[docs-md/openshift-deployment/KUSTOMIZE_INSTANCE_TEMPLATE.md](docs-md/openshift-deployment/KUSTOMIZE_INSTANCE_TEMPLATE.md).
806806

807807
**Features:**
808808
- Database migration init containers

deployments/openshift/kustomize/overlays/dev/kustomization.yml

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

deployments/openshift/kustomize/overlays/prod/backend-services-configmap.yml

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

deployments/openshift/kustomize/overlays/prod/kustomization.yml

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

deployments/openshift/kustomize/overlays/test/backend-services-configmap.yml

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

deployments/openshift/kustomize/overlays/test/kustomization.yml

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

0 commit comments

Comments
 (0)