Files
auricom-home-cluster/cluster/apps/kube-tools/goldilocks/helm-release.yaml
feisar-bot 0f9b1b170a ⬆️ Update chart goldilocks to 6.3.2
| datasource | package    | from  | to    |
| ---------- | ---------- | ----- | ----- |
| helm       | goldilocks | 6.3.0 | 6.3.2 |
2022-11-02 07:27:21 +00:00

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