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