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