Skip to content

Commit

Permalink
chore(kubernetes): add ndots to apps
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Jan 5, 2024
1 parent 7918bb9 commit c9b7aad
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ spec:
resources: *resources
securityContext: *securityContext
pod:
dnsConfig:
options:
- name: ndots
value: "1"
securityContext:
runAsUser: 999
runAsGroup: 999
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- bazarr
env:
PORT: &port 9707
URL: http://bazarr.media.svc.cluster.local:6767
URL: http://bazarr.media.svc.cluster.local.:6767
envFrom:
- secretRef:
name: bazarr-exporter-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
module: icmp
prober:
url: blackbox-exporter.monitoring.svc.cluster.local:9115
url: blackbox-exporter.monitoring.svc.cluster.local.:9115
targets:
staticConfig:
static:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
tag: 1.2.1@sha256:b5cbff0fcd04a118190849b1ed92f51669109f766171106fc0b87f7a8562273b
args:
- --overseerr.address
- http://overseerr.media.svc.cluster.local:5055
- http://overseerr.media.svc.cluster.local.:5055
- --overseerr.api-key
- $(OVERSEERR_API_KEY)
envFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- --enable-additional-metrics
env:
PORT: &port 9707
URL: http://prowlarr.media.svc.cluster.local:9696
URL: http://prowlarr.media.svc.cluster.local.:9696
envFrom:
- secretRef:
name: prowlarr-exporter-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
tag: v1.4.0@sha256:332695b34a532758ae6abef342ba537d6cd61cf1bec01c2bc31bd45955562a33
env:
EXPORTER_PORT: &port 8000
QBITTORRENT_HOST: qbittorrent.media.svc.cluster.local
QBITTORRENT_HOST: qbittorrent.media.svc.cluster.local.
QBITTORRENT_PORT: 8080
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- --enable-unknown-queue-items
env:
PORT: &port 9707
URL: http://radarr.media.svc.cluster.local:7878
URL: http://radarr.media.svc.cluster.local.:7878
envFrom:
- secretRef:
name: radarr-exporter-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- sabnzbd
env:
PORT: &port 9712
URL: http://sabnzbd.media.svc.cluster.local:8080
URL: http://sabnzbd.media.svc.cluster.local.:8080
envFrom:
- secretRef:
name: sabnzbd-exporter-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- --enable-unknown-queue-items
env:
PORT: &port 9707
URL: http://sonarr.media.svc.cluster.local:8989
URL: http://sonarr.media.svc.cluster.local.:8989
envFrom:
- secretRef:
name: sonarr-exporter-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
tag: v0.1.0@sha256:36b53431ac19d8196e2b4431b98b221b3009c9d97dc3509bc229c7b569b23350
env:
SERVE_PORT: &port 9487
TAUTULLI_URI: http://tautulli.media.svc.cluster.local:8181
TAUTULLI_URI: http://tautulli.media.svc.cluster.local.:8181
envFrom:
- secretRef:
name: tautulli-exporter-secret
Expand Down

0 comments on commit c9b7aad

Please sign in to comment.