Compare commits
1 Commits
main
...
renovate/v
Author | SHA1 | Date |
---|---|---|
Renovate Bot | 1a097b4317 |
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
||||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json
|
||||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
kind: HelmRelease
|
kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -9,14 +9,15 @@ spec:
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: app-template
|
chart: app-template
|
||||||
version: 3.5.1
|
version: 3.1.0
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: bjws-charts
|
name: bjws-charts
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
|
|
||||||
values:
|
values:
|
||||||
controllers:
|
controllers:
|
||||||
kapowarr:
|
main:
|
||||||
pod:
|
pod:
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
|
@ -24,26 +25,29 @@ spec:
|
||||||
runAsGroup: 10000
|
runAsGroup: 10000
|
||||||
fsGroup: 10000
|
fsGroup: 10000
|
||||||
fsGroupChangePolicy: OnRootMismatch
|
fsGroupChangePolicy: OnRootMismatch
|
||||||
|
|
||||||
containers:
|
containers:
|
||||||
app:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: git.seanomik.net/seanomik/kapowarr
|
repository: git.seanomik.net/seanomik/kapowarr
|
||||||
tag: v1.0.0
|
tag: rolling-e74ec0e4
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
service:
|
service:
|
||||||
app:
|
app:
|
||||||
controller: kapowarr
|
controller: main
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
port: 5656
|
port: 5656
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
app:
|
main:
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
|
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
|
||||||
|
|
||||||
hosts:
|
hosts:
|
||||||
- host: "kapowarr.${SECRET_NEW_DOMAIN}"
|
- host: "kapowarr.${SECRET_NEW_DOMAIN}"
|
||||||
paths:
|
paths:
|
||||||
|
@ -53,12 +57,14 @@ spec:
|
||||||
port: http
|
port: http
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
|
||||||
existingClaim: kapowarr
|
|
||||||
globalMounts:
|
|
||||||
- path: /data
|
|
||||||
storage:
|
storage:
|
||||||
type: hostPath
|
type: hostPath
|
||||||
hostPath: /mnt/MainPool/Media
|
hostPath: /mnt/MainPool/Media
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /storage
|
- path: /storage
|
||||||
|
|
||||||
|
config:
|
||||||
|
type: hostPath
|
||||||
|
hostPath: /mnt/MainPool/Kubernetes/kapowarr
|
||||||
|
globalMounts:
|
||||||
|
- path: /app/db
|
|
@ -1,32 +0,0 @@
|
||||||
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json
|
|
||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
||||||
kind: Kustomization
|
|
||||||
metadata:
|
|
||||||
name: &app kapowarr
|
|
||||||
namespace: flux-system
|
|
||||||
spec:
|
|
||||||
timeout: 5m
|
|
||||||
interval: 10m
|
|
||||||
targetNamespace: download
|
|
||||||
path: ./kubernetes/main/apps/download/kapowarr/app
|
|
||||||
prune: true
|
|
||||||
sourceRef:
|
|
||||||
kind: GitRepository
|
|
||||||
name: home-cluster
|
|
||||||
decryption:
|
|
||||||
provider: sops
|
|
||||||
secretRef:
|
|
||||||
name: sops-gpg
|
|
||||||
dependsOn:
|
|
||||||
- name: openebs
|
|
||||||
- name: openebs-sc
|
|
||||||
- name: volsync
|
|
||||||
postBuild:
|
|
||||||
substituteFrom:
|
|
||||||
- kind: ConfigMap
|
|
||||||
name: cluster-settings
|
|
||||||
- kind: Secret
|
|
||||||
name: cluster-secrets
|
|
||||||
substitute:
|
|
||||||
APP: *app
|
|
||||||
VOLSYNC_CAPACITY: 5Gi
|
|
|
@ -1,5 +1,4 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../../../../../common/templates/volsync
|
|
||||||
- ./helm-release.yaml
|
- ./helm-release.yaml
|
|
@ -14,5 +14,5 @@ resources:
|
||||||
- ./unpackerr
|
- ./unpackerr
|
||||||
- ./media-dashboard.yaml
|
- ./media-dashboard.yaml
|
||||||
- ./flaresolverr
|
- ./flaresolverr
|
||||||
- ./kapowarr/ks.yaml
|
- ./kapowarr
|
||||||
- ./sabnzbd
|
- ./sabnzbd
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
image:
|
image:
|
||||||
repository: victoriametrics/victoria-metrics
|
repository: victoriametrics/victoria-metrics
|
||||||
tag: v1.106.0
|
tag: v1.106.1
|
||||||
|
|
||||||
retentionPeriod: "6" # in months
|
retentionPeriod: "6" # in months
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
Loading…
Reference in New Issue