TrueChartsClone/charts/stable/portainer/values.yaml

80 lines
1.5 KiB
YAML

image:
repository: tccr.io/truecharts/portainer-ce
tag: v2.18.3@sha256:95edb02e81af2d3178367f4a24dde66ef45be786a1dcb8fbb169062c4bf70889
pullPolicy: IfNotPresent
imageBe:
repository: tccr.io/truecharts/portainer-be
tag: v2.18.2@sha256:f76c5d84859c5dc692f08f705073c25cb26b0fc7b5f43554d7a9b96a71783efb
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
scheme: https
readiness:
port: 9443
scheme: https
startup:
port: 9443
scheme: https