Skip to content

Instantly share code, notes, and snippets.

@JonJam
Created March 6, 2018 09:20
Show Gist options
  • Save JonJam/eb7d858a48ea932d0dadd1a7e4c4a0ca to your computer and use it in GitHub Desktop.
Save JonJam/eb7d858a48ea932d0dadd1a7e4c4a0ca to your computer and use it in GitHub Desktop.
k8s helm - values
# replicaCount is the number of replicas for the themeparks-bot container.
replicaCount: 3
image:
# repository is the repository for the themeparks-bot container image.
repository: jonjam/themeparks-bot
# tag is the tag for the themeparks-bot container image.
tag: 0.0.1
# resources is the requests and limits for the themeparks-bot container.
resources:
requests:
memory: 75Mi
cpu: 15m
limits:
memory: 140Mi
cpu: 30m
# service is the type and HTTP port for the themeparks-bot service.
service:
type: ClusterIP
port: 80
# secret is the required secrets for the themeparks-bot container.
secret:
luisAppUrl:
storageAccountName:
storageAccountKey:
microsoftAppId:
microsoftAppPassword:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment