theshire/kubernetes/apps/default/maintainerr/app/helmrelease.yaml

78 lines
1.8 KiB
YAML
Raw Normal View History

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
strategy: uninstall
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
tag: 2.0.2@sha256:4e0f5199f09b8a1fc7d9933c1ecbf508b6d4f18b6f8d1e40bd0453dc14c80a5c
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