- 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
68 lines
1.1 KiB
YAML
68 lines
1.1 KiB
YAML
miniflux:
|
|
replicaCount: 1
|
|
|
|
image:
|
|
repository: miniflux/miniflux
|
|
pullpolicy: always
|
|
tag: ""
|
|
|
|
imagePullSecrets: []
|
|
podAnnotations: {}
|
|
podSecurityContext: {}
|
|
securityContext: {}
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 8888
|
|
targetPort: 8080
|
|
|
|
ingress:
|
|
enabled: false
|
|
|
|
config:
|
|
database:
|
|
url: ""
|
|
general:
|
|
createAdmin: false
|
|
runMigrations: false
|
|
workerPoolSize: 1
|
|
pollingFrequency: 60
|
|
batchSize: 10
|
|
oauth2:
|
|
enabled: false
|
|
provider: oidc
|
|
redirectUrl: ""
|
|
oidcDiscoveryEndpoint: ""
|
|
userCreation: false
|
|
metrics:
|
|
enabled: false
|
|
allowedNetworks: ""
|
|
youtube:
|
|
fetchWatchTime: false
|
|
|
|
resources: {}
|
|
|
|
livenessProbe: {}
|
|
readinessProbe: {}
|
|
|
|
autoscaling:
|
|
enabled: false
|
|
minReplicas: 1
|
|
maxReplicas: 3
|
|
targetCPUUtilizationPercentage: 80
|
|
targetMemoryUtilizationPercentage: 80
|
|
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|
|
|
|
podDisruptionBudget:
|
|
enabled: false
|
|
|
|
secret:
|
|
enabled: false
|
|
existingSecretName: ""
|
|
data: {}
|
|
|
|
debug:
|
|
enabled: false
|