aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Przybysz <marcin.przybysz@nokia.com>2020-07-20 08:52:46 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-20 08:52:46 +0000
commitad58ed92bd7c5cc7d51c09b405a99fd360ff5268 (patch)
tree4effd1f372ff1421f8505a2e5264f4951e2ac0b2
parent068514942a7af8ddfabd55697a67a8d27f799af8 (diff)
parentd010433157b048fa2add3966506e819322bb49be (diff)
Merge "Make ROBOT compatible with Kubernetes v1.17"
-rw-r--r--templates/deployment.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/deployment.yaml b/templates/deployment.yaml
index 246acb3..a466189 100644
--- a/templates/deployment.yaml
+++ b/templates/deployment.yaml
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "common.fullname" . }}
@@ -23,6 +23,9 @@ metadata:
release: {{ include "common.release" . }}
heritage: {{ .Release.Service }}
spec:
+ selector:
+ matchLabels:
+ app: {{ include "common.name" . }}
replicas: {{ .Values.replicaCount }}
template:
metadata: