Added centOS commands
[ealt-edge.git] / mecm / mepm / applcm / resources / deployment / db-service.yaml
1 # Copyright 2020 Huawei Technologies Co., Ltd.
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 # yamllint disable
16 apiVersion: v1
17 kind: Service
18 metadata:
19   annotations:
20     kompose.cmd: kompose convert
21     kompose.version: 1.21.0 (992df58d8)
22   creationTimestamp: null
23   labels:
24     io.kompose.service: db
25   name: dbhost
26 spec:
27   ports:
28   - name: "3306"
29     port: 3306
30     targetPort: 3306
31   selector:
32     io.kompose.service: db
33 status:
34   loadBalancer: {}
35
36 # yamllint enable