Scott Baker | 60e570d | 2020-02-02 22:10:13 -0800 | [diff] [blame] | 1 | # 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 Campanella | af198c5 | 2020-08-03 11:26:31 +0200 | [diff] [blame] | 17 | apiVersion: apps/v1 |
Scott Baker | 60e570d | 2020-02-02 22:10:13 -0800 | [diff] [blame] | 18 | kind: Deployment |
| 19 | metadata: |
| 20 | name: voltctl |
| 21 | labels: |
| 22 | app: voltctl |
| 23 | chart: voltctl |
| 24 | spec: |
| 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 |