From 5de6685a3d7c34bb2b9fd2f8d962f1cb5c6e8ff4 Mon Sep 17 00:00:00 2001 From: Michael Goodness Date: Mon, 24 Oct 2016 16:51:34 -0500 Subject: [PATCH] Added NOTES.txt --- stable/spartakus/README.md | 2 +- stable/spartakus/templates/NOTES.txt | 7 +++++++ stable/spartakus/values.yaml | 3 +++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 stable/spartakus/templates/NOTES.txt diff --git a/stable/spartakus/README.md b/stable/spartakus/README.md index ef81cd02ec..b5934408ed 100644 --- a/stable/spartakus/README.md +++ b/stable/spartakus/README.md @@ -40,7 +40,7 @@ The command removes all the Kubernetes components associated with the chart and ## Configuration -The following tables lists the configurable parameters of the WordPress chart and their default values. +The following tables lists the configurable parameters of the Spartakus chart and their default values. | Parameter | Description | Default | | ------------------------------- | ------------------------------- | ---------------------------------------------------------- | diff --git a/stable/spartakus/templates/NOTES.txt b/stable/spartakus/templates/NOTES.txt new file mode 100644 index 0000000000..e264fd46f8 --- /dev/null +++ b/stable/spartakus/templates/NOTES.txt @@ -0,0 +1,7 @@ +Spartakus is now running in your cluster. + +THIS DOES NOT REPORT ANY PERSONAL INFORMATION. Anything that might be identifying, including things +like IP addresses, container images, and object names are anonymized. We take this very seriously. +If you think something we are collecting might be considered personal information, PLEASE let us know! + +https://github.com/kubernetes-incubator/spartakus diff --git a/stable/spartakus/values.yaml b/stable/spartakus/values.yaml index 133e803ee5..3273a339ff 100644 --- a/stable/spartakus/values.yaml +++ b/stable/spartakus/values.yaml @@ -10,6 +10,9 @@ image: gcr.io/google_containers/spartakus-amd64:v1.0.0 ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ ## resources: + # limits: + # cpu: 2m + # memory: 8Mi requests: cpu: 2m memory: 8Mi