Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 583beaffa7 |
@@ -26,9 +26,9 @@ matrixRTC:
|
|||||||
host: livekit.matrix.hexor.cy
|
host: livekit.matrix.hexor.cy
|
||||||
sfu:
|
sfu:
|
||||||
enabled: true
|
enabled: true
|
||||||
manualIP: "78.24.180.234"
|
manualIP: "138.201.61.182"
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: spb.tail2fe2d.ts.net
|
kubernetes.io/hostname: master.tail2fe2d.ts.net
|
||||||
exposedServices:
|
exposedServices:
|
||||||
rtcTcp:
|
rtcTcp:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -25,12 +25,12 @@ spec:
|
|||||||
image: ultradesu/web-petting:0.1.0
|
image: ultradesu/web-petting:0.1.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
args:
|
||||||
# - "tail"
|
- "tail"
|
||||||
# - "-F"
|
- "-F"
|
||||||
# - "/1"
|
- "/1"
|
||||||
- "web-petting"
|
# - "web-petting"
|
||||||
- "-l"
|
# - "-l"
|
||||||
- "0.0.0.0:3000"
|
# - "0.0.0.0:3000"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
name: http
|
name: http
|
||||||
@@ -47,3 +47,11 @@ spec:
|
|||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
cpu: "150m"
|
cpu: "150m"
|
||||||
|
securityContext:
|
||||||
|
runAsNonRoot: true
|
||||||
|
runAsUser: 1000
|
||||||
|
allowPrivilegeEscalation: false
|
||||||
|
readOnlyRootFilesystem: true
|
||||||
|
capabilities:
|
||||||
|
drop:
|
||||||
|
- ALL
|
||||||
|
|||||||
Reference in New Issue
Block a user