k8s: fix PodSecurityPolicy

This commit is contained in:
Samuel
2021-03-14 16:42:12 +01:00
committed by GitHub
parent c4fc3d37c6
commit ec570baee6
3 changed files with 69 additions and 0 deletions

View File

@@ -14,6 +14,10 @@ Deploy the service to listen for JVB UDP traffic on all cluster nodes port 30300
`kubectl create -f jvb-service.yaml`
If PodSecurityPolicies were enabled, we would then install a PSP and Role for jitsi:
`kubectl create -f rbac.yaml`
Now we can deploy the rest of the application. First modify the `DOCKER_HOST_ADDRESS` env value in deployment.yaml to point to one of nodes in your cluster (or load-balancer for all nodes if you have one), and then deploy it:
`kubectl create -f deployment.yaml`