TrueChartsClone/charts/stable/portainer/values.yaml

78 lines
1.5 KiB
YAML

image:
repository: portainer/portainer-ce
tag: 2.20.2@sha256:b41dfa26eb984ec68473f8314b05429358bd2b7aabdfe23b02f730be9e2f84b0
pullPolicy: IfNotPresent
beImage:
repository: portainer/portainer-ee
tag: 2.20.2@sha256:dcb2b939170d7bc04abf70347b41b59e708f226e963f826b929e28db12b092ac
pullPolicy: IfNotPresent
portainer:
# Logo URL
logo: ""
# Enables Edge Compute Features
edge_compute: false
# Sets Snapshot interval
snapshot_interval: 5m
hide_labels:
# - label1=value1
# - label2=value2
serviceAccount:
main:
enabled: true
primary: true
rbac:
main:
enabled: true
primary: true
clusterWide: true
rules:
- apiGroups:
- "*"
resources:
- "*"
verbs:
- "*"
service:
main:
ports:
main:
port: 10400
protocol: https
targetPort: 9443
edge:
enabled: true
ports:
edge:
enabled: true
port: 10401
targetPort: 10401
persistence:
data:
enabled: true
mountPath: "/data"
cache:
enabled: true
mountPath: "/.cache"
type: emptyDir
portal:
open:
enabled: true
workload:
main:
podSpec:
automountServiceAccountToken: true
containers:
main:
imageSelector: image
probes:
liveness:
port: 9443
type: https
readiness:
port: 9443
type: https
startup:
port: 9443
type: https
updated: true