catalog/stable/portainer/5.0.13/ix_values.yaml

80 lines
1.5 KiB
YAML

image:
repository: tccr.io/truecharts/portainer-ce
tag: v2.19.2@sha256:73931f73d0dd73967d812036bde3feb56ae39a84b8c8ec6d3c198cc96a6be64c
pullPolicy: IfNotPresent
beImage:
repository: tccr.io/truecharts/portainer-be
tag: v2.19.2@sha256:804be45bf0172deef67484426a7765c9ebf9839b36f060d383a0ca655ce9a11c
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