2024-01-27 23:27:45 -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 23:27:45 -06:00
|
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
|
|
|
kind: HelmRelease
|
|
|
|
metadata:
|
|
|
|
name: maintainerr
|
|
|
|
spec:
|
|
|
|
chart:
|
|
|
|
spec:
|
|
|
|
chart: app-template
|
2024-03-19 17:20:21 -05:00
|
|
|
version: 3.0.4
|
2024-01-27 23:27:45 -06:00
|
|
|
interval: 30m
|
|
|
|
sourceRef:
|
|
|
|
kind: HelmRepository
|
|
|
|
name: bjw-s
|
|
|
|
namespace: flux-system
|
2024-03-19 17:38:08 -05:00
|
|
|
install:
|
|
|
|
remediation:
|
|
|
|
retries: 3
|
|
|
|
upgrade:
|
|
|
|
cleanupOnFail: true
|
|
|
|
remediation:
|
|
|
|
retries: 3
|
2024-03-19 18:43:34 -05:00
|
|
|
strategy: rollback
|
2024-01-27 23:27:45 -06:00
|
|
|
interval: 30m
|
|
|
|
values:
|
|
|
|
controllers:
|
2024-03-19 17:38:08 -05:00
|
|
|
maintainerr:
|
2024-01-27 23:27:45 -06:00
|
|
|
annotations:
|
|
|
|
reloader.stakater.com/auto: "true"
|
|
|
|
containers:
|
2024-03-19 17:38:08 -05:00
|
|
|
app:
|
2024-01-27 23:27:45 -06:00
|
|
|
image:
|
|
|
|
repository: ghcr.io/jorenn92/maintainerr
|
2024-03-25 10:00:58 -05:00
|
|
|
tag: 2.0.3@sha256:712e990afff98767a880284eb914fd5f2f5d76c5e8838c3f003fecdeb045b912
|
2024-01-31 11:08:11 -06:00
|
|
|
env:
|
|
|
|
TZ: America/Chicago
|
2024-01-27 23:27:45 -06:00
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
cpu: 5m
|
|
|
|
memory: 128Mi
|
|
|
|
limits:
|
2024-01-31 11:08:11 -06:00
|
|
|
memory: 1Gi
|
2024-03-19 17:38:08 -05:00
|
|
|
pod:
|
|
|
|
securityContext:
|
|
|
|
runAsUser: 1000
|
|
|
|
runAsGroup: 1000
|
|
|
|
fsGroup: 1000
|
|
|
|
fsGroupChangePolicy: "OnRootMismatch"
|
2024-01-27 23:27:45 -06:00
|
|
|
service:
|
2024-03-19 17:38:08 -05:00
|
|
|
app:
|
|
|
|
controller: maintainerr
|
2024-01-27 23:27:45 -06:00
|
|
|
ports:
|
|
|
|
http:
|
2024-02-02 08:05:48 -06:00
|
|
|
port: 6246
|
2024-01-27 23:27:45 -06:00
|
|
|
|
|
|
|
ingress:
|
2024-03-19 17:38:08 -05:00
|
|
|
app:
|
2024-01-27 23:27:45 -06:00
|
|
|
className: internal-nginx
|
|
|
|
hosts:
|
|
|
|
- host: &host "{{ .Release.Name }}.jahanson.tech"
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
|
|
|
service:
|
2024-03-19 17:38:08 -05:00
|
|
|
identifier: app
|
2024-01-27 23:27:45 -06:00
|
|
|
port: http
|
|
|
|
tls:
|
|
|
|
- hosts:
|
|
|
|
- *host
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
existingClaim: maintainerr
|
|
|
|
globalMounts:
|
|
|
|
- path: /opt/data
|