theshire/kubernetes/apps/qbittorrent/flood/app/helmrelease.yaml

95 lines
2.3 KiB
YAML
Raw Normal View History

2024-08-20 23:51:04 -05:00
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: &app flood
namespace: default
spec:
interval: 30m
chart:
spec:
chart: app-template
version: 3.3.2
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
install:
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
strategy: rollback
retries: 3
dependsOn:
- name: qbittorrent
namespace: qbittorrent
values:
defaultPodOptions:
securityContext:
2024-08-21 00:40:26 -05:00
fsGroup: 568
runAsGroup: 568
runAsNonRoot: true
runAsUser: 568
seccompProfile:
type: RuntimeDefault
2024-08-20 23:51:04 -05:00
controllers:
flood:
annotations:
reloader.stakater.com/auto: "true"
containers:
app:
image:
repository: jesec/flood
2024-08-21 00:01:45 -05:00
tag: master@sha256:3d20df051209bff2905dec4e8328c1c464d5375e730ef7d81ca21422e2ccf06a
2024-08-20 23:51:04 -05:00
env:
FLOOD_OPTION_RUNDIR: /data
FLOOD_OPTION_AUTH: none
FLOOD_OPTION_QBURL: http://qbittorrent.qbittorrent.svc.cluster.local
2024-08-21 00:57:33 -05:00
FLOOD_OPTION_QBUSER: jahanson
2024-08-20 23:51:04 -05:00
resources:
requests:
memory: 250Mi
cpu: 15m
limits:
memory: 512Mi
2024-08-21 00:40:26 -05:00
probes:
liveness:
enabled: true
readiness:
enabled: true
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
2024-08-20 23:51:04 -05:00
service:
app:
controller: *app
ports:
http:
2024-08-21 00:43:30 -05:00
port: 3000
2024-08-20 23:51:04 -05:00
ingress:
app:
enabled: true
className: "internal-nginx"
hosts:
- host: &host "flood.jahanson.tech"
paths:
- path: /
service:
identifier: app
port: http
tls:
- hosts:
- *host
persistence:
config:
enabled: true
existingClaim: *app
globalMounts:
- path: /data