1 # Copyright © 2018 Amdocs, Bell Canada
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
7 # http://www.apache.org/licenses/LICENSE-2.0
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.
15 # Default values for mariadb.
16 # This is a YAML-formatted file.
17 # Declare variables to be passed into your templates.
19 global: # global defaults
26 image: nginx:1.13-alpine
32 # default number of instances
39 # probe configuration parameters
41 initialDelaySeconds: 10
43 # necessary to disable liveness probe when setting breakpoints
44 # in debugger so K8s doesn't restart unresponsive container
48 initialDelaySeconds: 10
51 ## Persist data to a persitent volume
55 ## A manually managed Persistent Volume and Claim
56 ## Requires persistence.enabled: true
57 ## If defined, PVC must be created manually before volume will be bound
59 volumeReclaimPolicy: Retain
61 ## database data Persistent Volume Storage Class
62 ## If defined, storageClassName: <storageClass>
63 ## If set to "-", storageClassName: "", which disables dynamic provisioning
64 ## If undefined (the default) or set to null, no storageClassName spec is
65 ## set, choosing the default provisioner. (gp2 on AWS, standard on
66 ## GKE, AWS & OpenStack)
69 accessMode: ReadWriteMany
71 mountPath: /dockerdata-nfs
72 mountSubPath: netbox/nginx/data
74 # Names used for shared pv/pvcs across App & Nginx containers
75 staticPvName: netbox-static
80 portName: netbox-nginx