image: repository: tccr.io/truecharts/portainer-ce tag: 2.17.0@sha256:15f56770cbf0c097abfc4d1f19ab1a659b1acaae16c5fa17419f4d200f8fd2a9 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