Move lcm certificate to lcm folder in OSM helm chart
[osm/devops.git] / installers / kubeadm-config.yaml
1 # Copyright 2019 TATA ELXSI
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
12 # implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License
15 # Author: Vijay Nag B S (vijaynag.bs@tataelxsi.co.in)
16
17 apiVersion: kubeadm.k8s.io/v1beta3
18 kind: ClusterConfiguration
19 networking:
20   podSubnet: 10.244.0.0/16
21 apiServer:
22   extraArgs:
23     service-node-port-range: "80-32767"