Try adding gluetun and sops
This commit is contained in:
@@ -20,12 +20,27 @@ spec:
|
||||
app: sonarr
|
||||
spec:
|
||||
containers:
|
||||
- image: ghcr.io/qdm12/gluetun:latest
|
||||
name: gluetun
|
||||
imagePullPolicy: Always
|
||||
securityContext:
|
||||
capabilities:
|
||||
add: ["NET_ADMIN"]
|
||||
ports:
|
||||
- containerPort: 8989
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: gluetun-env
|
||||
resources:
|
||||
limits:
|
||||
cpu: 250m
|
||||
memory: 500Mi
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 64Mi
|
||||
- name: sonarr
|
||||
image: lscr.io/linuxserver/sonarr:4.0.8
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8989
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /ping
|
||||
|
||||
Reference in New Issue
Block a user