mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 06:47:28 +08:00
56 lines
1.8 KiB
YAML
56 lines
1.8 KiB
YAML
## Global Docker image registry
|
|
## Please, note that this will override the image registry for all the images, including dependencies, configured to use the global value
|
|
##
|
|
# global:
|
|
# imageRegistry:
|
|
|
|
## Bitnami Metrics Server image version
|
|
## ref: https://hub.docker.com/r/bitnami/metrics-server/tags/
|
|
##
|
|
image:
|
|
registry: docker.io
|
|
repository: bitnami/metrics-server
|
|
tag: 0.3.1
|
|
## Specify a imagePullPolicy
|
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
|
##
|
|
pullPolicy: Always
|
|
|
|
rbac:
|
|
# Specifies whether RBAC resources should be created
|
|
create: true
|
|
|
|
serviceAccount:
|
|
# Specifies whether a ServiceAccount should be created
|
|
create: true
|
|
# The name of the ServiceAccount to use.
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
name:
|
|
|
|
apiService:
|
|
# Specifies if the v1beta1.metrics.k8s.io API service should be created.
|
|
# This should not be necessary in k8s version >= 1.8
|
|
# If you disable API service creation you have to
|
|
# manage it outside of this chart for e.g horizontal pod autoscaling to
|
|
# work with this release.
|
|
create: false
|
|
|
|
## Specify the secure port where metrics-server will be running
|
|
##
|
|
securePort: 8443
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 443
|
|
## Specify the nodePort value for the LoadBalancer and NodePort service types.
|
|
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
|
|
##
|
|
# nodePort:
|
|
## Provide any additional annotations which may be required. This can be used to
|
|
## set the LoadBalancer service type to internal only.
|
|
## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer
|
|
##
|
|
annotations: {}
|
|
# loadBalancerIP:
|