Try adding gluetun and sops

This commit is contained in:
2024-09-13 20:12:32 +01:00
parent a37e8ecb36
commit ad30994088
9 changed files with 111 additions and 4 deletions

View File

@@ -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