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: fe1d25d48c7deb663f3042726632414e900e070d
Choose a base ref
..
head repository: Mafyuh/iac
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8a257346a39ae8f04b13e6f916d174f8b5d1b65a
Choose a head ref
Showing with 7 additions and 2 deletions.
  1. +1 −1 kubernetes/apps/production/arr/qbitty/deployment.yaml
  2. +6 −1 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:c08fd2ed1afbb289b8b6aee4bd574b2974d9decc95182cfbe3ef057b904ff2df
image: ghcr.io/hotio/qbittorrent@sha256:d97080a8a978d7705297dc44bcd6c599b3b47631fec8dcfc0cb7039279d05b02
imagePullPolicy: IfNotPresent
env:
- name: VPN_ENABLED
7 changes: 6 additions & 1 deletion kubernetes/apps/production/arr/radarr/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -46,6 +46,11 @@ spec:
- path: /config

pod:
securityContext:
runAsUser: 1026
runAsGroup: &group 100
fsGroup: *group
fsGroupChangePolicy: "OnRootMismatch"
dnsPolicy: None
dnsConfig:
nameservers:
@@ -64,7 +69,7 @@ spec:
RADARR__PORT: &port 7878
RADARR__APPLICATION_URL: "https://radarr.${LOCAL_DOMAIN}"
RADARR__THEME: dark
RADARR__LOG_LEVEL: debug
RADARR__LOG_LEVEL: info

probes:
liveness: