Skip to content

Commit

Permalink
fix(helm): add tmp to *arr
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao committed Nov 19, 2024
1 parent 7abc587 commit 9eefec6
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 33 deletions.
4 changes: 4 additions & 0 deletions kubernetes/raspberry/media/radarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ spec:
path: /movies
globalMounts:
- path: /media/movies
tmp:
type: emptyDir
globalMounts:
- path: "/tmp"
defaultPodOptions:
dnsConfig:
options:
Expand Down
4 changes: 4 additions & 0 deletions kubernetes/raspberry/media/sonarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ spec:
path: /series
globalMounts:
- path: /media/series
tmp:
type: emptyDir
globalMounts:
- path: "/tmp"
defaultPodOptions:
dnsConfig:
options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ spec:
strategy: rollback
retries: 3
values:
crds:
enabled: true
alertmanager:
ingress:
enabled: true
Expand Down Expand Up @@ -85,8 +83,6 @@ spec:
- new-service-discovery-manager
- remote-write-receiver
enableRemoteWriteReceiver: true
externalLabels:
cluster: "raspberry"
retention: 30d
retentionSize: 64GiB
nodeSelector:
Expand All @@ -98,20 +94,6 @@ spec:
resources:
requests:
storage: 64Gi
nodeExporter:
enabled: true
prometheus-node-exporter:
fullnameOverride: node-exporter
prometheus:
monitor:
enabled: true
kubeStateMetrics:
enabled: true
kube-state-metrics:
fullnameOverride: kube-state-metrics
prometheus:
monitor:
enabled: true
grafana:
enabled: true
defaultDashboardsTimezone: ${TIMEZONE}
Expand All @@ -127,6 +109,11 @@ spec:
tls:
- hosts:
- *host
sidecar:
dashboards:
multicluster:
global:
enabled: true
persistence:
enabled: true
storageClassName: longhorn
Expand Down
1 change: 0 additions & 1 deletion kubernetes/turing/immich/immich/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ spec:
retries: 3
values:
env:
IMMICH_LOG_LEVEL: debug
TZ: ${TIMEZONE}
image:
# renovate: datasource=github-releases depName=immich-app/immich
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: &app prometheus-agent
namespace: &namespace observability
spec:
interval: 30m
interval: 1h
timeout: 15m
chart:
spec:
Expand All @@ -17,32 +17,24 @@ spec:
name: prometheus-community-charts
namespace: flux-system
install:
crds: Create
remediation:
retries: 3
upgrade:
crds: CreateReplace
cleanupOnFail: true
remediation:
strategy: rollback
retries: 3
values:
fullnameOverride: *app
alertmanager:
enabled: false
grafana:
enabled: false
kubeApiServer:
enabled: false
kubeEtcd:
enabled: false
kubeScheduler:
enabled: false
kubeProxy:
enabled: false
prometheus:
agentMode: true
prometheusSpec:
externalLabels:
cluster: "turing"
scrapeInterval: 30s
podMonitorSelectorNilUsesHelmValues: false
scrapeConfigSelectorNilUsesHelmValues: false
serviceMonitorSelectorNilUsesHelmValues: false
remoteWrite:
- url: 'http://192.168.0.35:9090/api/v1/write'

0 comments on commit 9eefec6

Please sign in to comment.