blob: c9e19f41d07463c1d94917a2a0ce42646250cf43 [file] [log] [blame]
Lucjan Bryndzae604acd2020-02-06 15:20:24 +01001#
2# Copyright 2020 Samsung Electronics Co., Ltd.
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16replicaCount: 1
17
18image:
19 repository: luccksam/docker-bind
20 tag: 0.1.0
21 pullPolicy: IfNotPresent
22
23nameOverride: ""
24fullnameOverride: ""
25
26service:
27 type: NodePort
28 port: 53
29 nodePort: 31555
30
31ingress:
32 enabled: false
33 annotations: {}
34 paths: []
35 hosts:
36 - dnsserver.local
37 tls: []
38
39resources: {}
40nodeSelector: {}
41tolerations: []
42affinity: {}
43
44dnsconf:
45 forwarder: "8.8.8.8,8.8.4.4"
46 wildcard: "simpledemo.onap.org=0.0.0.0"