Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 841e661627 | |||
| 2ef2952093 | |||
| 53420017d4 | |||
| 527686c11f | |||
| 1154b133e6 | |||
| ef5199102e | |||
| 88f0f328d5 |
@@ -26,9 +26,9 @@ matrixRTC:
|
|||||||
host: livekit.matrix.hexor.cy
|
host: livekit.matrix.hexor.cy
|
||||||
sfu:
|
sfu:
|
||||||
enabled: true
|
enabled: true
|
||||||
manualIP: "138.201.61.182"
|
manualIP: "78.24.180.234"
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: master.tail2fe2d.ts.net
|
kubernetes.io/hostname: spb.tail2fe2d.ts.net
|
||||||
exposedServices:
|
exposedServices:
|
||||||
rtcTcp:
|
rtcTcp:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -22,9 +22,13 @@ spec:
|
|||||||
claimName: web-petting-data
|
claimName: web-petting-data
|
||||||
containers:
|
containers:
|
||||||
- name: web-petting
|
- name: web-petting
|
||||||
image: ultradesu/web-petting:v0.1.0
|
image: ultradesu/web-petting:0.1.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
args:
|
||||||
|
# - "tail"
|
||||||
|
# - "-F"
|
||||||
|
# - "/1"
|
||||||
|
- "web-petting"
|
||||||
- "-l"
|
- "-l"
|
||||||
- "0.0.0.0:3000"
|
- "0.0.0.0:3000"
|
||||||
ports:
|
ports:
|
||||||
@@ -43,11 +47,3 @@ 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