80 lines
1.5 KiB
YAML
80 lines
1.5 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/portainer-ce
|
|
tag: v2.19.1@sha256:22bc6475472573bc5f306c8142f508e3487d9af741ea59f48d0c2da3cb7c41f8
|
|
pullPolicy: IfNotPresent
|
|
|
|
beImage:
|
|
repository: tccr.io/truecharts/portainer-be
|
|
tag: v2.19.1@sha256:78c06d7eaf427180fce0c29b2f21055eee21740007d0e0e83437175ba051162a
|
|
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
|