81 lines
1.3 KiB
YAML
81 lines
1.3 KiB
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/portainer-ce
|
||
|
tag: 2.16.1@sha256:ab145362d5907cbab93b29c92cfb391b26aa1da506d2d576dd73b78d983ba70e
|
||
|
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
|
||
|
|
||
|
rbac:
|
||
|
main:
|
||
|
enabled: true
|
||
|
rules:
|
||
|
- apiGroups:
|
||
|
- "*"
|
||
|
resources:
|
||
|
- "*"
|
||
|
verbs:
|
||
|
- "*"
|
||
|
|
||
|
probes:
|
||
|
liveness:
|
||
|
custom: true
|
||
|
spec:
|
||
|
httpGet:
|
||
|
path: /
|
||
|
port: 9443
|
||
|
scheme: HTTPS
|
||
|
readiness:
|
||
|
custom: true
|
||
|
spec:
|
||
|
httpGet:
|
||
|
path: /
|
||
|
port: 9443
|
||
|
scheme: HTTPS
|
||
|
startup:
|
||
|
custom: true
|
||
|
spec:
|
||
|
httpGet:
|
||
|
path: /
|
||
|
port: 9443
|
||
|
scheme: HTTPS
|
||
|
|
||
|
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:
|
||
|
enabled: true
|