2024-01-27 22:13:32 -06:00
|
|
|
---
|
2024-03-19 17:38:08 -05:00
|
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json
|
2024-01-27 22:13:32 -06:00
|
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
|
|
|
kind: HelmRelease
|
|
|
|
metadata:
|
|
|
|
name: tautulli
|
|
|
|
spec:
|
|
|
|
interval: 30m
|
|
|
|
chart:
|
|
|
|
spec:
|
|
|
|
chart: app-template
|
2024-04-04 02:04:28 -05:00
|
|
|
version: 3.1.0
|
2024-01-27 22:13:32 -06:00
|
|
|
sourceRef:
|
|
|
|
kind: HelmRepository
|
|
|
|
name: bjw-s
|
|
|
|
namespace: flux-system
|
|
|
|
install:
|
|
|
|
remediation:
|
|
|
|
retries: 3
|
|
|
|
upgrade:
|
|
|
|
cleanupOnFail: true
|
|
|
|
remediation:
|
|
|
|
retries: 3
|
2024-03-19 18:43:34 -05:00
|
|
|
strategy: rollback
|
2024-01-27 22:13:32 -06:00
|
|
|
values:
|
|
|
|
controllers:
|
2024-03-19 17:38:08 -05:00
|
|
|
tautulli:
|
2024-01-27 22:13:32 -06:00
|
|
|
annotations:
|
|
|
|
reloader.stakater.com/auto: "true"
|
|
|
|
containers:
|
2024-03-19 17:38:08 -05:00
|
|
|
app:
|
2024-01-27 22:13:32 -06:00
|
|
|
image:
|
2024-04-14 14:01:06 -05:00
|
|
|
repository: ghcr.io/tautulli/tautulli
|
|
|
|
tag: v2.13.4@sha256:fb5e22c7a4d9e770703a30d145f355786fecb28dfca6df56c5073c457f3c8a8e
|
2024-01-27 22:13:32 -06:00
|
|
|
env:
|
|
|
|
TZ: America/Chicago
|
2024-04-14 14:01:06 -05:00
|
|
|
command: ["/usr/local/bin/python", "Tautulli.py"]
|
|
|
|
args: [
|
|
|
|
"--config", "/config/config.ini",
|
|
|
|
"--datadir", "/config",
|
|
|
|
"--port", "80"
|
|
|
|
]
|
2024-01-27 22:13:32 -06:00
|
|
|
probes:
|
|
|
|
liveness: &probes
|
|
|
|
enabled: true
|
|
|
|
custom: true
|
|
|
|
spec:
|
|
|
|
httpGet:
|
|
|
|
path: /status
|
2024-04-14 14:04:59 -05:00
|
|
|
port: &port 80
|
2024-01-27 22:13:32 -06:00
|
|
|
initialDelaySeconds: 0
|
|
|
|
periodSeconds: 10
|
|
|
|
timeoutSeconds: 1
|
|
|
|
failureThreshold: 3
|
|
|
|
readiness: *probes
|
|
|
|
startup:
|
|
|
|
enabled: false
|
|
|
|
securityContext: &securityContext
|
|
|
|
allowPrivilegeEscalation: false
|
|
|
|
readOnlyRootFilesystem: true
|
|
|
|
capabilities: { drop: ["ALL"] }
|
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
cpu: 10m
|
|
|
|
limits:
|
|
|
|
memory: 1Gi
|
|
|
|
jbops:
|
|
|
|
image:
|
|
|
|
repository: registry.k8s.io/git-sync/git-sync
|
2024-05-15 13:02:21 -05:00
|
|
|
tag: v4.2.3@sha256:19cc7c317d125c5737ecb9a9159d00b5d97f39c45225c6483de365d62fc09fa8
|
2024-01-27 22:13:32 -06:00
|
|
|
env:
|
|
|
|
GITSYNC_REPO: https://github.com/blacktwin/JBOPS
|
|
|
|
GITSYNC_REF: master
|
|
|
|
GITSYNC_PERIOD: 24h
|
|
|
|
GITSYNC_ROOT: /add-ons
|
|
|
|
securityContext: *securityContext
|
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
cpu: 10m
|
|
|
|
limits:
|
|
|
|
memory: 128Mi
|
|
|
|
pod:
|
|
|
|
securityContext:
|
|
|
|
runAsUser: 568
|
|
|
|
runAsGroup: 568
|
|
|
|
fsGroup: 568
|
|
|
|
fsGroupChangePolicy: OnRootMismatch
|
|
|
|
service:
|
2024-03-19 17:38:08 -05:00
|
|
|
app:
|
|
|
|
controller: tautulli
|
2024-01-27 22:13:32 -06:00
|
|
|
ports:
|
|
|
|
http:
|
|
|
|
port: *port
|
|
|
|
ingress:
|
2024-03-19 17:38:08 -05:00
|
|
|
app:
|
2024-01-27 22:13:32 -06:00
|
|
|
enabled: true
|
|
|
|
className: external-nginx
|
|
|
|
annotations:
|
|
|
|
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
|
|
|
|
external-dns.alpha.kubernetes.io/target: external.hsn.dev
|
|
|
|
hosts:
|
|
|
|
- host: &host "t.hsn.dev"
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
service:
|
2024-03-19 17:38:08 -05:00
|
|
|
identifier: app
|
2024-01-27 22:13:32 -06:00
|
|
|
port: http
|
|
|
|
tls:
|
|
|
|
- hosts:
|
|
|
|
- *host
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
existingClaim: tautulli
|
|
|
|
tmp:
|
|
|
|
type: emptyDir
|
|
|
|
add-ons:
|
|
|
|
type: emptyDir
|