Lucjan Bryndza | e604acd | 2020-02-06 15:20:24 +0100 | [diff] [blame] | 1 | # |
| 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 | |
| 16 | replicaCount: 1 |
| 17 | |
| 18 | image: |
| 19 | repository: luccksam/docker-bind |
| 20 | tag: 0.1.0 |
| 21 | pullPolicy: IfNotPresent |
| 22 | |
| 23 | nameOverride: "" |
| 24 | fullnameOverride: "" |
| 25 | |
| 26 | service: |
| 27 | type: NodePort |
| 28 | port: 53 |
| 29 | nodePort: 31555 |
| 30 | |
| 31 | ingress: |
| 32 | enabled: false |
| 33 | annotations: {} |
| 34 | paths: [] |
| 35 | hosts: |
| 36 | - dnsserver.local |
| 37 | tls: [] |
| 38 | |
| 39 | resources: {} |
| 40 | nodeSelector: {} |
| 41 | tolerations: [] |
| 42 | affinity: {} |
| 43 | |
| 44 | dnsconf: |
| 45 | forwarder: "8.8.8.8,8.8.4.4" |
| 46 | wildcard: "simpledemo.onap.org=0.0.0.0" |