78 lines
1.5 KiB
YAML
78 lines
1.5 KiB
YAML
image:
|
|
repository: portainer/portainer-ce
|
|
tag: 2.20.1@sha256:052939c971eb602a56665a6c6e2538dddb3ecdc6f0d0a5f324a4967a74d9c72c
|
|
pullPolicy: IfNotPresent
|
|
beImage:
|
|
repository: portainer/portainer-ee
|
|
tag: 2.20.1@sha256:75e57a447487c84ab5e3bd8b67c53e133fb37f69f6b0fd5293f35d61313ef779
|
|
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
|