- Added debug mode, structured ConfigMap pattern, and README to all charts - Migrated all flat-structure charts to hierarchical values under chartname key - Fixed templates to use correct hierarchical paths - Renamed helm-rustical key to rustical, added HPA support - Fixed ingress YAML parsing (oxicloud), nested env vars (rustical) - Pushed all normalized charts to OCI registry as 1.0.0+ and updated ArgoCD apps
54 lines
1.4 KiB
YAML
54 lines
1.4 KiB
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: oxicloud
|
|
namespace: argo-cd
|
|
spec:
|
|
destination:
|
|
name: ''
|
|
namespace: apps-roboces
|
|
server: https://kubernetes.default.svc
|
|
sources:
|
|
- repoURL: git.roboces.dev/catalin/fukuops
|
|
chart: oxicloud
|
|
targetRevision: 1.0.1
|
|
helm:
|
|
valuesObject:
|
|
oxicloud:
|
|
persistence:
|
|
enabled: true
|
|
storageClass: "truenas-nfs-csi"
|
|
accessMode: ReadWriteMany
|
|
size: 50Gi
|
|
service:
|
|
type: LoadBalancer
|
|
config:
|
|
server:
|
|
port: 8086
|
|
host: "0.0.0.0"
|
|
baseUrl: "https://cloud.roboces.dev"
|
|
features:
|
|
enableAuth: true
|
|
enableSharing: true
|
|
mimalloc:
|
|
purgeDelay: "0"
|
|
allowLargeOsPages: "0"
|
|
secret:
|
|
existingSecretName: oxicloud
|
|
wopi:
|
|
enabled: false
|
|
ingress:
|
|
enabled: true
|
|
className: "traefik"
|
|
hosts:
|
|
- host: cloud.roboces.dev
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|
|
tls: []
|
|
project: roboces
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|