forked from catalin/fukuops
42 lines
557 B
YAML
42 lines
557 B
YAML
# Configuration is managed in k8s/argo-apps/miniflux.yaml
|
|
replicaCount: 1
|
|
|
|
image:
|
|
repository: miniflux/miniflux
|
|
pullPolicy: Always
|
|
tag: ""
|
|
|
|
imagePullSecrets: []
|
|
podAnnotations: {}
|
|
podSecurityContext: {}
|
|
securityContext: {}
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 8888
|
|
targetPort: 8080
|
|
|
|
ingress:
|
|
enabled: false
|
|
|
|
resources: {}
|
|
|
|
livenessProbe: {}
|
|
readinessProbe: {}
|
|
|
|
autoscaling:
|
|
enabled: false
|
|
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|
|
|
|
podDisruptionBudget:
|
|
enabled: false
|
|
|
|
env: {}
|
|
|
|
secret:
|
|
enabled: false
|
|
existingSecretName: ""
|
|
data: {}
|