summaryrefslogtreecommitdiff
path: root/apps/heimdall/values.yaml
blob: 72a63385e1287ec8e61c12c0dc9cf736438d802e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
replicaCount: 1

image:
  repository: lscr.io/linuxserver/heimdall
  tag: "latest"
  pullPolicy: IfNotPresent

env:
  puid: "1000"
  pgid: "1000"
  appUrl: "http://heimdall.local:8080"

service:
  type: ClusterIP
  port: 80

ingress:
  enabled: true
  className: nginx
  host: heimdall.local

persistence:
  enabled: true
  storageClass: local-path
  size: 1Gi

resources: {}
#  requests:
#    cpu: 100m
#    memory: 128Mi
#  limits:
#    cpu: 500m
#    memory: 256Mi