blob: 7f39ffeefb481bf0a332c28d4baab4f2732231ee [file] [log] [blame]
Scott Baker60e570d2020-02-02 22:10:13 -08001# Copyright 2018-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15---
16
Andrea Campanella6519b512020-08-03 11:26:31 +020017apiVersion: apps/v1
Scott Baker60e570d2020-02-02 22:10:13 -080018kind: Deployment
19metadata:
20 name: voltctl
21 labels:
22 app: voltctl
23 chart: voltctl
24spec:
25 replicas: 1
26 selector:
27 matchLabels:
28 app: voltctl
29 template:
30 metadata:
31 labels:
32 app: voltctl
33 spec:
34 containers:
35 - name: voltctl
36 image: opencord/voltctl:local
37 imagePullPolicy: IfNotPresent