diff --git a/packs/clojure/charts/values.yaml b/packs/clojure/charts/values.yaml index b64b78d..a2a7ade 100644 --- a/packs/clojure/charts/values.yaml +++ b/packs/clojure/charts/values.yaml @@ -1,7 +1,7 @@ # Default values for lein projects. # This is a YAML-formatted file. # Declare variables to be passed into your templates. -replicaCount: 2 +replicaCount: 1 image: pullPolicy: IfNotPresent service: diff --git a/packs/csharp/charts/values.yaml b/packs/csharp/charts/values.yaml index e3c6e97..a5d448f 100644 --- a/packs/csharp/charts/values.yaml +++ b/packs/csharp/charts/values.yaml @@ -1,7 +1,7 @@ # Default values for c#. # This is a YAML-formatted file. # Declare variables to be passed into your templates. -replicaCount: 2 +replicaCount: 1 image: pullPolicy: IfNotPresent service: diff --git a/packs/go/charts/values.yaml b/packs/go/charts/values.yaml index 62e2a6b..f2731eb 100644 --- a/packs/go/charts/values.yaml +++ b/packs/go/charts/values.yaml @@ -1,7 +1,7 @@ # Default values for golang. # This is a YAML-formatted file. # Declare variables to be passed into your templates. -replicaCount: 2 +replicaCount: 1 image: pullPolicy: IfNotPresent service: diff --git a/packs/gradle/charts/values.yaml b/packs/gradle/charts/values.yaml index eb9a40a..166ef7f 100644 --- a/packs/gradle/charts/values.yaml +++ b/packs/gradle/charts/values.yaml @@ -1,7 +1,7 @@ # Default values for Gradle projects. # This is a YAML-formatted file. # Declare variables to be passed into your templates. -replicaCount: 2 +replicaCount: 1 image: pullPolicy: IfNotPresent service: diff --git a/packs/java/charts/values.yaml b/packs/java/charts/values.yaml index 9daf936..0b7635e 100644 --- a/packs/java/charts/values.yaml +++ b/packs/java/charts/values.yaml @@ -1,7 +1,7 @@ # Default values for Maven projects. # This is a YAML-formatted file. # Declare variables to be passed into your templates. -replicaCount: 2 +replicaCount: 1 image: pullPolicy: IfNotPresent service: diff --git a/packs/javascript/charts/values.yaml b/packs/javascript/charts/values.yaml index 377f908..529d6af 100644 --- a/packs/javascript/charts/values.yaml +++ b/packs/javascript/charts/values.yaml @@ -1,7 +1,7 @@ # Default values for node. # This is a YAML-formatted file. # Declare variables to be passed into your templates. -replicaCount: 2 +replicaCount: 1 image: pullPolicy: IfNotPresent service: diff --git a/packs/php/charts/values.yaml b/packs/php/charts/values.yaml index b52f3c3..8f537d8 100644 --- a/packs/php/charts/values.yaml +++ b/packs/php/charts/values.yaml @@ -1,7 +1,7 @@ # Default values for PHP. # This is a YAML-formatted file. # Declare variables to be passed into your templates. -replicaCount: 2 +replicaCount: 1 image: pullPolicy: IfNotPresent service: diff --git a/packs/python/charts/values.yaml b/packs/python/charts/values.yaml index 6338582..08d3f98 100644 --- a/packs/python/charts/values.yaml +++ b/packs/python/charts/values.yaml @@ -1,7 +1,7 @@ # Default values for python. # This is a YAML-formatted file. # Declare variables to be passed into your templates. -replicaCount: 2 +replicaCount: 1 image: pullPolicy: IfNotPresent service: diff --git a/packs/ruby/charts/values.yaml b/packs/ruby/charts/values.yaml index 5d685a4..bc3c1d7 100644 --- a/packs/ruby/charts/values.yaml +++ b/packs/ruby/charts/values.yaml @@ -1,7 +1,7 @@ # Default values for Ruby. # This is a YAML-formatted file. # Declare variables to be passed into your templates. -replicaCount: 2 +replicaCount: 1 image: pullPolicy: IfNotPresent service: diff --git a/packs/rust/charts/values.yaml b/packs/rust/charts/values.yaml index 70e2a65..a5bd273 100644 --- a/packs/rust/charts/values.yaml +++ b/packs/rust/charts/values.yaml @@ -1,7 +1,7 @@ # Default values for Rust. # This is a YAML-formatted file. # Declare variables to be passed into your templates. -replicaCount: 2 +replicaCount: 1 image: repository: rust tag: latest diff --git a/packs/swift/charts/values.yaml b/packs/swift/charts/values.yaml index 2f06cb1..dcb644a 100644 --- a/packs/swift/charts/values.yaml +++ b/packs/swift/charts/values.yaml @@ -1,7 +1,7 @@ # Default values for Swift. # This is a YAML-formatted file. # Declare variables to be passed into your templates. -replicaCount: 2 +replicaCount: 1 image: repository: swift tag: latest