Skip to content

Commit

Permalink
add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Jan 27, 2024
1 parent c9ed8d1 commit c6063ed
Show file tree
Hide file tree
Showing 48 changed files with 57 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: cert-manager
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: cert-manager
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/database/mariadb/operator/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: database
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: mariadb-operator
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/default/code-server/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: default
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: app-template
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/default/dashy/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: default
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: app-template
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/default/drop/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: default
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: app-template
Expand Down
3 changes: 2 additions & 1 deletion kubernetes/apps/default/echo-server/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: default
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: app-template
Expand Down Expand Up @@ -82,7 +83,7 @@ spec:
annotations:
hajimari.io/icon: video-input-antenna
hosts:
- host: &host '{{ .Release.Name }}.${SECRET_DOMAIN}'
- host: &host "{{ .Release.Name }}.${SECRET_DOMAIN}"
paths:
- path: /
pathType: Prefix
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/default/hajimari/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: default
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: hajimari
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/default/headscale/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: default
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: app-template
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/default/jdownloader/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: default
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: app-template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
name: paperless-gotenberg
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: app-template
Expand All @@ -31,14 +32,14 @@ spec:
controllers:
main:
annotations:
reloader.stakater.com/auto: 'true'
reloader.stakater.com/auto: "true"
containers:
main:
image:
repository: docker.io/gotenberg/gotenberg
tag: 8.0.2
env:
DISABLE_GOOGLE_CHROME: '1'
DISABLE_GOOGLE_CHROME: "1"
service:
main:
ports:
Expand Down
3 changes: 2 additions & 1 deletion kubernetes/apps/default/paperless/app/helmrelease-tika.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
name: paperless-tika
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: app-template
Expand All @@ -31,7 +32,7 @@ spec:
controllers:
main:
annotations:
reloader.stakater.com/auto: 'true'
reloader.stakater.com/auto: "true"
containers:
main:
image:
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/default/paperless/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
name: paperless
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: app-template
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/default/paperless/redis/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
name: paperless-redis
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: app-template
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/default/s3gw/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: default
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: s3gw
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/default/sharry/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: default
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: app-template
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/default/webtrees/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: default
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: app-template
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/default/webtrees/db/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: default
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: mariadb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: flux-system
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: weave-gitops
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
name: &app minecraft-server-creative
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: minecraft-bedrock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
name: &app family-server
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: minecraft-bedrock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
name: &app minecraft-server-survival
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: minecraft-bedrock
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/kube-system/cilium/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: kube-system
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: cilium
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: kube-system
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: descheduler
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/kube-system/kubed/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: &namespace kube-system
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: kubed
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/kube-system/kured/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: &namespace kube-system
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: kured
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: kube-system
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: ./deploy/chart/local-path-provisioner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: kube-system
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: metrics-server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: &namespace kube-system
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: node-problem-detector
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/kube-system/reloader/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: &namespace kube-system
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: reloader
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/media/calibre-web/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: media
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: app-template
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/media/plex-trakt-sync/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: media
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: app-template
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/media/podsync/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
name: &app podsync
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: app-template
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/media/tautulli/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: media
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: app-template
Expand Down
3 changes: 2 additions & 1 deletion kubernetes/apps/media/tautulli/exporter/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
name: tautulli-exporter
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: app-template
Expand All @@ -31,7 +32,7 @@ spec:
controllers:
main:
annotations:
reloader.stakater.com/auto: 'true'
reloader.stakater.com/auto: "true"
containers:
main:
image:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: monitoring
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: kubernetes-dashboard
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/monitoring/loki/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
name: loki
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: loki
Expand Down
5 changes: 3 additions & 2 deletions kubernetes/apps/monitoring/vector/agent/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
name: vector-agent
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: vector
Expand Down Expand Up @@ -58,14 +59,14 @@ spec:
inputs:
- journal_logs
address: vector-aggregator:6000
version: '2'
version: "2"
loki_kubernetes:
type: vector
compression: true
inputs:
- kubernetes_logs
address: vector-aggregator:6010
version: '2'
version: "2"
prom_exporter:
type: prometheus_exporter
inputs:
Expand Down
5 changes: 3 additions & 2 deletions kubernetes/apps/monitoring/vector/aggregator/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
name: vector-aggregator
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: vector
Expand Down Expand Up @@ -42,11 +43,11 @@ spec:
journal_logs:
type: vector
address: 0.0.0.0:6000
version: '2'
version: "2"
kubernetes_logs:
type: vector
address: 0.0.0.0:6010
version: '2'
version: "2"
vector_metrics:
type: internal_metrics
transforms:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
namespace: networking
spec:
interval: 15m
timeout: 15m
chart:
spec:
chart: app-template
Expand Down Expand Up @@ -34,7 +35,7 @@ spec:
type: cronjob
cronjob:
concurrencyPolicy: Forbid
schedule: '@hourly'
schedule: "@hourly"
containers:
main:
image:
Expand Down
Loading

0 comments on commit c6063ed

Please sign in to comment.