Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Mafyuh/iac
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cb9ebc150416daf15a94c14cd7b8b4847a964be7
Choose a base ref
..
head repository: Mafyuh/iac
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fe1d25d48c7deb663f3042726632414e900e070d
Choose a head ref
Showing with 12 additions and 5 deletions.
  1. +1 −1 kubernetes/apps/production/arr/qbitty/deployment.yaml
  2. +11 −4 kubernetes/apps/production/arr/radarr/helmrelease.yaml
2 changes: 1 addition & 1 deletion kubernetes/apps/production/arr/qbitty/deployment.yaml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: qbitty
image: ghcr.io/hotio/qbittorrent@sha256:fa9d81180220ab79923b85e1dd8f24c11280080de1627cbea27934e829df3416
image: ghcr.io/hotio/qbittorrent@sha256:c08fd2ed1afbb289b8b6aee4bd574b2974d9decc95182cfbe3ef057b904ff2df
imagePullPolicy: IfNotPresent
env:
- name: VPN_ENABLED
15 changes: 11 additions & 4 deletions kubernetes/apps/production/arr/radarr/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -38,12 +38,19 @@ spec:

statefulset:
volumeClaimTemplates:
- name: config
accessMode: ReadWriteMany
- name: radarr-config
accessMode: ReadWriteOnce
size: 3Gi
storageClass: longhorn
globalMounts:
- path: /config

pod:
dnsPolicy: None
dnsConfig:
nameservers:
- 1.1.1.1
- 8.8.8.8

containers:
app:
@@ -57,7 +64,7 @@ spec:
RADARR__PORT: &port 7878
RADARR__APPLICATION_URL: "https://radarr.${LOCAL_DOMAIN}"
RADARR__THEME: dark
RADARR__LOG_LEVEL: info
RADARR__LOG_LEVEL: debug

probes:
liveness:
@@ -102,4 +109,4 @@ spec:
server: "${NAS_IP}"
path: /mnt/thePool/thePoolShare
globalMounts:
- path: /data
- path: /data