Files
auricom-home-cluster/kubernetes/cluster-0/apps/storage/truecommand/helm-release.yaml
feisar-bot c3b3d1d731 ⬆️ Update chart app-template to 1.1.3
| datasource | package      | from  | to    |
| ---------- | ------------ | ----- | ----- |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
| helm       | app-template | 1.0.1 | 1.1.3 |
2022-11-21 21:41:16 +00:00

58 lines
1.2 KiB
YAML

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: &app truecommand
namespace: default
spec:
interval: 15m
chart:
spec:
chart: app-template
version: 1.1.3
sourceRef:
kind: HelmRepository
name: bjw-s
namespace: flux-system
install:
createNamespace: true
remediation:
retries: 5
upgrade:
remediation:
retries: 5
values:
image:
repository: docker.io/ixsystems/truecommand
tag: "2.2"
service:
main:
ports:
http:
port: 80
ingress:
main:
enabled: true
ingressClassName: "nginx"
annotations:
external-dns.home.arpa/enabled: "true"
hosts:
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- *host
persistence:
config:
enabled: true
existingClaim: truecommand-config
mountPath: /data
resources:
requests:
cpu: 50m
memory: 256Mi
limits:
memory: 500Mi