replicaCount: 1

image:
  repository: jlongster/actual-server
  pullPolicy: IfNotPresent
  tag: ""

imagePullSecrets: [ ]
nameOverride: ""
fullnameOverride: ""

syncMode: simple

volume: |-
  emptyDir: {}

service:
  type: ClusterIP

ingress:
  host: "example.com"
  path: "/"
  annotations: { }

podAnnotations: { }

podSecurityContext:
  fsGroup: 2000

securityContext:
  capabilities:
    drop:
      - ALL
  runAsNonRoot: true
  runAsUser: 1000

resources:
  limits:
    cpu: 500m
    memory: 512Mi
  requests:
    cpu: 10m
    memory: 64Mi

nodeSelector: { }

tolerations: [ ]

affinity: { }