File tree Expand file tree Collapse file tree 3 files changed +0
-117
lines changed
Expand file tree Collapse file tree 3 files changed +0
-117
lines changed Original file line number Diff line number Diff line change @@ -8,32 +8,6 @@ This directory contains platform-specific overlays for the MaaS deployment.
88For OpenShift clusters, includes OpenShift Routes for external access.
99
1010``` bash
11- # Deploy on OpenShift
1211export CLUSTER_DOMAIN=" apps.your-openshift-cluster.com"
1312kustomize 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
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments