initialize heimdall
This commit is contained in:
36
helm/values.yaml
Normal file
36
helm/values.yaml
Normal file
@@ -0,0 +1,36 @@
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: lscr.io/linuxserver/heimdall
|
||||
tag: 2.7.4
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
portHttp: 80
|
||||
portHttps: 443
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 1Gi
|
||||
storageClass:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
memory: "128Mi"
|
||||
limits:
|
||||
cpu: "250m"
|
||||
memory: "256Mi"
|
||||
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: []
|
||||
|
||||
environment:
|
||||
PGID: 1000
|
||||
PUID: 1000
|
||||
ALLOW_INTERNAL_REQUESTS: false
|
||||
TIME_ZONE: "Etc/UTC"
|
||||
Reference in New Issue
Block a user