deploy-templates/values.yaml (17 lines of code) (raw):
# -- component name
name: sonar-operator
annotations: {}
nodeSelector: {}
tolerations: []
affinity: {}
image:
# -- KubeRocketCI sonar-operator Docker image name. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/sonar-operator)
repository: epamedp/sonar-operator
# if not defined then .Chart.AppVersion is used
# -- KubeRocketCI sonar-operator Docker image tag. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/sonar-operator/tags)
tag:
imagePullPolicy: "IfNotPresent"
resources:
limits:
memory: 192Mi
requests:
cpu: 50m
memory: 64Mi
# -- Additional volumes to be added to the pod
extraVolumes: []
# - name: custom-ca
# secret:
# defaultMode: 420
# secretName: custom-ca
# -- Additional volumeMounts to be added to the container
extraVolumeMounts: []
# - name: custom-ca
# mountPath: /etc/ssl/certs/CA.crt
# readOnly: true
# subPath: CA.crt