mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 15:37:44 +02:00

| datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | helm | goldilocks | 6.3.0 | 6.3.2 |
53 lines
1.0 KiB
YAML
53 lines
1.0 KiB
YAML
---
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: goldilocks
|
|
namespace: default
|
|
spec:
|
|
interval: 15m
|
|
chart:
|
|
spec:
|
|
chart: goldilocks
|
|
version: 6.3.2
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: fairwinds-charts
|
|
namespace: flux-system
|
|
install:
|
|
createNamespace: true
|
|
remediation:
|
|
retries: 5
|
|
upgrade:
|
|
remediation:
|
|
retries: 5
|
|
values:
|
|
controller:
|
|
resources:
|
|
requests:
|
|
cpu: 200m
|
|
memory: 105M
|
|
limits:
|
|
cpu: 300m
|
|
memory: 105M
|
|
dashboard:
|
|
replicaCount: 1
|
|
ingress:
|
|
enabled: true
|
|
ingressClassName: "nginx"
|
|
hosts:
|
|
- host: &host "goldilocks.${SECRET_CLUSTER_DOMAIN}"
|
|
paths:
|
|
- path: /
|
|
type: Prefix
|
|
tls:
|
|
- hosts:
|
|
- *host
|
|
resources:
|
|
requests:
|
|
cpu: 15m
|
|
memory: 105M
|
|
limits:
|
|
cpu: 100m
|
|
memory: 105M
|