Skip to content

Commit 8943ef5

Browse files
committed
chore(kustomize): removes Kubernetes overlay
Follow-up to #95 (comment) Signed-off-by: Bartosz Majsak <bartosz.majsak@gmail.com> ; Conflicts: ; deployment/overlays/kubernetes/kustomization.yaml Signed-off-by: Bartosz Majsak <bartosz.majsak@gmail.com>
1 parent e6e0217 commit 8943ef5

File tree

3 files changed

+0
-117
lines changed

3 files changed

+0
-117
lines changed

deployment/overlays/README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,6 @@ This directory contains platform-specific overlays for the MaaS deployment.
88
For OpenShift clusters, includes OpenShift Routes for external access.
99

1010
```bash
11-
# Deploy on OpenShift
1211
export CLUSTER_DOMAIN="apps.your-openshift-cluster.com"
1312
kustomize build overlays/openshift | envsubst | kubectl apply -f -
1413
```
15-
16-
### Kubernetes (`kubernetes/`)
17-
For standard Kubernetes clusters, includes Ingress resources for external access.
18-
19-
```bash
20-
# Deploy on Kubernetes with NGINX Ingress Controller
21-
export CLUSTER_DOMAIN="your-kubernetes-domain.com"
22-
kustomize build overlays/kubernetes | envsubst | kubectl apply -f -
23-
```
24-
25-
## Base Deployment
26-
27-
To deploy without external routes/ingress (internal access only):
28-
29-
```bash
30-
# Deploy base configuration
31-
export CLUSTER_DOMAIN="internal.cluster.local"
32-
kustomize build examples/simulator-deployment | envsubst | kubectl apply -f -
33-
```
34-
35-
## Choosing the Right Overlay
36-
37-
- **OpenShift**: Use `overlays/openshift` if running on OpenShift
38-
- **Kubernetes**: Use `overlays/kubernetes` if running on standard Kubernetes with an ingress controller
39-
- **Internal Only**: Use `examples/simulator-deployment` directly for cluster-internal access only

deployment/overlays/kubernetes/ingress.yaml

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

deployment/overlays/kubernetes/kustomization.yaml

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

0 commit comments

Comments
 (0)