deploy/helm/portainer/values.yaml
.replicaCount
1
image.repository
portainer/portainer-ce
image.tag
latest
image.pullPolicy
IfNotPresent
imagePullSecrets
nil
nodeSelector
{}
serviceAccount.annotations
null
serviceAccount.name
portainer-sa-clusteradmin
service.type
ClusterIP
, NodePort
, LoadBalancer
.LoadBalancer
service.httpPort
9000
service.httpNodePort
NodePort
.30777
service.edgePort
8000
service.edgeNodePort
NodePort
.30776
service.annotations
{}
ingress.enabled
false
ingress.annotations
kubernetes.io/ingress.class: nginx
{}
ingress.hosts.host
portainer.example.io
.nil
ingress.hosts.paths.path
/
ingress.hosts.paths.port
9000
ingress.tls
[]