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

@@ -1,3 +1,10 @@
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: jitsi
namespace: jitsi
---
apiVersion: apps/v1
kind: Deployment
metadata:
@@ -143,3 +150,4 @@ spec:
value: jvbbrewery
- name: TZ
value: America/Los_Angeles
serviceAccountName: jitsi