feat: Enable Gluetun API
This commit is contained in:
parent
1271ce3e91
commit
ea84f908d2
3 changed files with 40 additions and 20 deletions
|
|
@ -30,6 +30,8 @@ spec:
|
|||
envFrom:
|
||||
- configMapRef:
|
||||
name: gluetun-envs
|
||||
- secretRef:
|
||||
name: gluetun-env-secrets
|
||||
volumeMounts:
|
||||
- mountPath: /dev/net/tun
|
||||
name: dev-tun
|
||||
|
|
@ -144,26 +146,6 @@ spec:
|
|||
- "CHOWN"
|
||||
- "SETUID"
|
||||
- "SETGID"
|
||||
- name: unpackerr
|
||||
image: golift/unpackerr
|
||||
imagePullPolicy: IfNotPresent
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: unpackerr-envs
|
||||
- secretRef:
|
||||
name: unpackerr-env-secrets
|
||||
volumeMounts:
|
||||
- mountPath: /shared/media/downloads
|
||||
name: nfs-media
|
||||
securityContext:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop:
|
||||
- "ALL"
|
||||
volumes:
|
||||
- name: dev-tun
|
||||
hostPath:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue