Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 26, 2020 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/8c56e53ea98b5cd49a8420871d901f97 to your computer and use it in GitHub Desktop.
Save velotiotech/8c56e53ea98b5cd49a8420871d901f97 to your computer and use it in GitHub Desktop.
velotiotech:~/work/mysql$ cat values.yaml
# Default values for mysql.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: mysql
tag: 5.6
pullPolicy: IfNotPresent
nameOverride: ""
fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: false
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name:
mysql_root_password: password
service:
port: 3306
persistentVolumeClaim: mysql-data-disk
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment