Skip to content

Instantly share code, notes, and snippets.

@tomaustin700
Created May 18, 2019 15:32
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 tomaustin700/d75cb6b3746a160b8570886e54b97333 to your computer and use it in GitHub Desktop.
Save tomaustin700/d75cb6b3746a160b8570886e54b97333 to your computer and use it in GitHub Desktop.
# Default values for sampleapp.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
fullnameOverride: website
replicaCount: 2
image:
repository: VALUE_TO_BE_OVERRIDDEN
tag: latest
imagePullSecrets: []
# Optionally specify an array of imagePullSecrets.
# Secrets must be manually created in the namespace.
# ref: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
#
# This uses credentials from secret "myRegistryKeySecretName".
# - name: myRegistryKeySecretName
service:
port: 80
ingress:
enabled: false
annotations:
kubernetes.io/ingress.class: addon-http-application-routing
path: /
hostname: VALUE_TO_BE_OVERRIDDEN
secrets: {}
# Optionally specify a set of secret objects whose values
# will be injected as environment variables by default.
# You should add this section to a file like secrets.yaml
# that is explicitly NOT committed to source code control
# and then include it as part of your helm install step.
# ref: https://kubernetes.io/docs/concepts/configuration/secret/
#
# This creates a secret "mysecret" and injects "mypassword"
# as the environment variable MYSECRET_MYPASSWORD=123.
# mysecret:
# mypassword: 123
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
nodeSelector: {}
tolerations: []
affinity: {}
applicationInsights:
InstrumentationKey: VALUE_TO_BE_OVERRIDDEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment