mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-08-23 21:46:21 +00:00
fix doc
This commit is contained in:
@@ -114,17 +114,4 @@ oc adm policy add-cluster-role-to-user kubeinvaders-role -z kubeinvaders -n kube
|
||||
KUBEINVADERS_SECRET=$(oc get secret -n kubeinvaders --field-selector=type==kubernetes.io/service-account-token | grep 'kubeinvaders-token' | awk '{ print $1}' | head -n 1)
|
||||
|
||||
oc process -f openshift/KubeInvaders.yaml -p ROUTE_HOST=$ROUTE_HOST -p TARGET_NAMESPACE=$TARGET_NAMESPACE -p KUBEINVADERS_SECRET=$KUBEINVADERS_SECRET | oc create -f -
|
||||
```
|
||||
|
||||
|
||||
## Configuration
|
||||
|
||||
### (Legacy Version) Environment Variables - Make the game more difficult to win!
|
||||
|
||||
Set the following variables in Kubernetes Deployment or OpenShift DeploymentConfig:
|
||||
|
||||
| ENV Var | Description |
|
||||
|-----------------------------|-------------------------------------------------------------------------------|
|
||||
| ALIENPROXIMITY (default 15) | Reduce the value to increase distance between aliens. |
|
||||
| HITSLIMIT (default 0) | Seconds of CPU time to wait before shooting. |
|
||||
| UPDATETIME (default 1) | Seconds to wait before update PODs status (you can set also 0.x Es: 0.5). |
|
||||
```
|
||||
Reference in New Issue
Block a user