diff --git a/README.md b/README.md index 834b396..be29ea1 100644 --- a/README.md +++ b/README.md @@ -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). | +``` \ No newline at end of file