forked from netbox-community/netbox-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
824 lines (694 loc) · 24.7 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
# Default values for netbox.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: netboxcommunity/netbox
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
# You can also use an existing secret for the superuser password and API token
# See `existingSecret` for details
superuser:
name: admin
email: [email protected]
password: admin
apiToken: 0123456789abcdef0123456789abcdef01234567
# Skip the netbox-docker startup scripts which can pre-populate objects into a
# fresh NetBox installation. By default these do nothing, but they take a while
# to run, so we skip them. See:
# https://github.com/netbox-community/netbox-docker/tree/master/startup_scripts
skipStartupScripts: true
# This is a list of valid fully-qualified domain names (FQDNs) for the NetBox
# server. NetBox will not permit write access to the server via any other
# hostnames. The first FQDN in the list will be treated as the preferred name.
allowedHosts:
- '*'
# Specify one or more name and email address tuples representing NetBox
# administrators. These people will be notified of application errors (assuming
# correct email settings are provided).
admins: []
# - ['John Doe', '[email protected]']
# This parameter acts as a pass-through for configuring Django's built-in
# password validators for local user accounts. If configured, these will be
# applied whenever a user's password is updated to ensure that it meets minimum
# criteria such as length or complexity.
# https://docs.netbox.dev/en/stable/configuration/optional-settings/#auth_password_validators
authPasswordValidators: []
# URL schemes that are allowed within links in NetBox
allowedUrlSchemes: [file, ftp, ftps, http, https, irc, mailto, sftp, ssh, tel,
telnet, tftp, vnc, xmpp]
banner:
# Optionally display a persistent banner at the top and/or bottom of every
# page. HTML is allowed.
top: ''
bottom: ''
# Text to include on the login page above the login form. HTML is allowed.
login: ''
# Base URL path if accessing NetBox within a directory. For example, if
# installed at http://example.com/netbox/, set to 'netbox/'. If using
# Kubernetes Ingress, make sure you set ingress.hosts[].paths[] appropriately.
basePath: ''
# Maximum number of days to retain logged changes. Set to 0 to retain change
# logs indefinitely. (Default: 90)
changelogRetention: 90
# This is a mapping of models to custom validators that have been defined
# locally to enforce custom validation logic.
# https://docs.netbox.dev/en/stable/configuration/dynamic-settings/#custom_validators
customValidators: {}
# This is a dictionary defining the default preferences to be set for newly-
# created user accounts.
# https://docs.netbox.dev/en/stable/configuration/dynamic-settings/#default_user_preferences
defaultUserPreferences: {}
# pagination:
# per_page: 100
# API Cross-Origin Resource Sharing (CORS) settings. If originAllowAll
# is set to true, all origins will be allowed. Otherwise, define a list of
# allowed origins using either originWhitelist or originRegexWhitelist. For
# more information, see https://github.com/ottoyiu/django-cors-headers
cors:
originAllowAll: false
originWhitelist: []
originRegexWhitelist: []
# - '^(https?://)?(\w+\.)?example\.com$'
# CSRF settings. Needed for netbox v3.2.0 and newer. For more information
# see https://docs.netbox.dev/en/stable/configuration/optional-settings/#csrf_trusted_origins
csrf:
# The name of the cookie to use for the cross-site request forgery (CSRF)
# authentication token.
cookieName: csrftoken
# Defines a list of trusted origins for unsafe (e.g. POST) requests. This is
# a pass-through to Django's CSRF_TRUSTED_ORIGINS setting. Note that each
# host listed must specify a scheme (e.g. http:// or `https://).
trustedOrigins: []
# Note: this is where the CUSTOM_VALIDATORS setting naturally fits in relation
# to the upstream NetBox configuration, but the setting cannot be reflected in
# YAML/JSON as it depends on creating instances of Python classes.
# Set to True to enable server debugging. WARNING: Debugging introduces a
# substantial performance penalty and may reveal sensitive information about
# your installation. Only enable debugging while performing testing. Never
# enable debugging on a production system.
debug: false
# Display full traceback of errors that occur when applying database
# migrations.
dbWaitDebug: false
# Email settings
email:
server: localhost
port: 25
username: ''
password: ''
useSSL: false
useTLS: false
sslCertFile: ''
sslKeyFile: ''
timeout: 10 # seconds
from: ''
# Enforcement of unique IP space can be toggled on a per-VRF basis. To enforce
# unique IP space within the global table (all prefixes and IP addresses not
# assigned to a VRF), set enforceGlobalUnique to True.
enforceGlobalUnique: false
# Exempt certain models from the enforcement of view permissions. Models listed
# here will be viewable by all users and by anonymous users. List models in the
# form `<app>.<model>`. Add '*' to this list to exempt all models.
exemptViewPermissions: []
# - dcim.site
# - dcim.region
# - ipam.prefix
# Some static choice fields on models can be configured with custom values.
# Each choice in the list must have a database value and a human-friendly
# label, and may optionally specify a color.
# https://docs.netbox.dev/en/stable/configuration/optional-settings/#field_choices
fieldChoices: {}
# 'dcim.Site.status':
# - [foo, Foo, red]
# - [bar, Bar, green]
# - [baz, Baz, blue]
# 'dcim.Site.status+':
# ...
# Enable the GraphQL API
graphQlEnabled: true
# HTTP proxies NetBox should use when sending outbound HTTP requests (e.g. for
# webhooks).
httpProxies: null
# http: http://10.10.1.10:3128
# https: http://10.10.1.10:1080
# IP addresses recognized as internal to the system. The debugging toolbar will
# be available only to clients accessing NetBox from an internal IP.
internalIPs: ['127.0.0.1', '::1']
# The number of days to retain job results (scripts and reports). Set this to 0
# to retain job results in the database indefinitely.
# https://docs.netbox.dev/en/stable/configuration/dynamic-settings/#jobresult_retention
jobResultRetention: 90
# Enable custom logging. Please see the Django documentation for detailed
# guidance on configuring custom logs:
# https://docs.djangoproject.com/en/1.11/topics/logging/
logging: {}
# Automatically reset the lifetime of a valid session upon each authenticated
# request. Enables users to remain authenticated to NetBox indefinitely.
loginPersistence: false
# Setting this to True will permit only authenticated users to access any part
# of NetBox. By default, anonymous users are permitted to access most data in
# NetBox but not make any changes.
loginRequired: false
# The length of time (in seconds) for which a user will remain logged into the
# web UI before being prompted to re-authenticate.
loginTimeout: 1209600 # 14 days
# Setting this to True will display a "maintenance mode" banner at the top of
# every page.
maintenanceMode: false
# The URL to use when mapping physical addresses or GPS coordinates
mapsUrl: 'https://maps.google.com/?q='
# An API consumer can request an arbitrary number of objects by appending the
# "limit" parameter to the URL (e.g. "?limit=1000"). This setting defines the
# maximum limit. Setting it to 0 or None will allow an API consumer to request
# all objects by specifying "?limit=0".
maxPageSize: 1000
# By default uploaded media is stored in an attached volume. Using
# Django-storages is also supported. Provide the class path of the storage
# driver in storageBackend and any configuration options in storageConfig.
storageBackend: null # storages.backends.s3boto3.S3Boto3Storage
storageConfig: {}
# AWS_ACCESS_KEY_ID: 'Key ID'
# AWS_SECRET_ACCESS_KEY: 'Secret'
# AWS_STORAGE_BUCKET_NAME: 'netbox'
# AWS_S3_ENDPOINT_URL: 'endpoint URL of S3 provider'
# AWS_S3_REGION_NAME: 'eu-west-1'
# Expose Prometheus monitoring metrics at the HTTP endpoint '/metrics'
metricsEnabled: false
napalm:
# Credentials that NetBox will use to access live devices.
username: ''
password: ''
# NAPALM timeout (in seconds). (Default: 30)
timeout: 30
# NAPALM optional arguments (see
# http://napalm.readthedocs.io/en/latest/support/#optional-arguments).
# Arguments must be provided as a dictionary.
args: {}
# Determine how many objects to display per page within a list. (Default: 50)
paginateCount: 50
# Enable installed plugins. Add the name of each plugin to the list.
plugins: []
# Plugins configuration settings. These settings are used by various plugins
# that the user may have installed. Each key in the dictionary is the name of
# an installed plugin and its value is a dictionary of settings.
pluginsConfig: {}
# The default value for the amperage field when creating new power feeds.
# https://docs.netbox.dev/en/stable/configuration/dynamic-settings/#powerfeed_default_amperage
powerFeedDefaultAmperage: 15
# The default value (percentage) for the max_utilization field when creating
# new power feeds.
# https://docs.netbox.dev/en/stable/configuration/dynamic-settings/#powerfeed_default_max_utilization
powerFeedMaxUtilisation: 80
# The default value for the voltage field when creating new power feeds.
# https://docs.netbox.dev/en/stable/configuration/dynamic-settings/#powerfeed_default_voltage
powerFeedDefaultVoltage: 120
# When determining the primary IP address for a device, IPv6 is preferred over
# IPv4 by default. Set this to True to prefer IPv4 instead.
preferIPv4: false
# Rack elevation size defaults, in pixels. For best results, the ratio of width
# to height should be roughly 10:1.
rackElevationDefaultUnitHeight: 22
rackElevationDefaultUnitWidth: 220
# Remote authentication support
remoteAuth:
enabled: false
backend: netbox.authentication.RemoteUserBackend
header: HTTP_REMOTE_USER
autoCreateUser: true
defaultGroups: []
defaultPermissions: {}
groupSyncEnabled: false
groupHeader: HTTP_REMOTE_USER_GROUP
superuserGroups: []
superusers: []
staffGroups: []
staffUsers: []
groupSeparator: '|'
# The following options are specific for backend "netbox.authentication.LDAPBackend"
# you can use an existing netbox secret with "ldap_bind_password" instead of "bindPassword"
# see https://django-auth-ldap.readthedocs.io
#
# When enabling LDAP support please see "Using LDAP Authentication" in README.md and
# uncomment ALL of the configuration settings below, or your configuration will be invalid.
#
# ldap:
# serverUri: 'ldap://domain.com'
# startTls: true
# ignoreCertErrors: false
# bindDn: 'CN=Netbox,OU=EmbeddedDevices,OU=MyCompany,DC=domain,dc=com'
# bindPassword: 'TopSecretPassword'
# userDnTemplate: null
# userSearchBaseDn: 'OU=Users,OU=MyCompany,DC=domain,dc=com'
# userSearchAttr: 'sAMAccountName'
# groupSearchBaseDn: 'OU=Groups,OU=MyCompany,DC=domain,dc=com'
# groupSearchClass: 'group'
# groupType: 'GroupOfNamesType'
# requireGroupDn: ''
# findGroupPerms: true
# mirrorGroups: true
# mirrorGroupsExcept: null
# cacheTimeout: 3600
# isAdminDn: 'CN=Network Configuration Operators,CN=Builtin,DC=domain,dc=com'
# isSuperUserDn: 'CN=Domain Admins,CN=Users,DC=domain,dc=com'
# attrFirstName: 'givenName'
# attrLastName: 'sn'
# attrMail: 'mail'
releaseCheck:
# This repository is used to check whether there is a new release of NetBox
# available. Set to null to disable the version check or use the URL below to
# check for release in the official NetBox repository.
url: null
# url: https://api.github.com/repos/netbox-community/netbox/releases
# Maximum execution time for background tasks, in seconds.
rqDefaultTimeout: 300 # 5 mins
# The name to use for the session cookie.
sessionCookieName: sessionid
# Time zone (default: UTC)
timeZone: UTC
# Date/time formatting. See the following link for supported formats:
# https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
dateFormat: 'N j, Y'
shortDateFormat: 'Y-m-d'
timeFormat: 'g:i a'
shortTimeFormat: 'H:i:s'
dateTimeFormat: 'N j, Y g:i a'
shortDateTimeFormat: 'Y-m-d H:i'
## Extra configuration settings
# You can pass additional YAML files to be loaded into NetBox's configuration.
# These can be passed as arbitrary configuration values set in the chart, or
# you can load arbitrary *.yaml keys from ConfigMaps and Secrets.
extraConfig: []
# - values:
# EXTRA_SETTING_ONE: example
# ANOTHER_SETTING: foobar
# - configMap: # pod.spec.volumes.configMap
# name: netbox-extra
# items: []
# optional: false
# - secret: # same as pod.spec.volumes.secret
# secretName: netbox-extra
# items: []
# optional: false
# If provided, this should be a 50+ character string of random characters. It
# will be randomly generated if left blank.
# You can also use an existing secret with "secret_key" instead of "secretKey"
# See `existingSecret` for details
secretKey: ""
## Provide passwords using existing secret
# If set, this Secret must contain the following keys:
# - db_password: database password (if postgresql.enabled is false and
# externalDatabase.existingSecretName is blank)
# - email_password: SMTP user password
# - ldap_bind_password: Password for LDAP bind DN
# - napalm_password: NAPALM user password
# - redis_tasks_password: Redis password for tasks Redis instance (if
# redis.enabled is false and tasksRedis.existingSecretName is blank)
# - redis_cache_password: Redis password for caching Redis instance (if
# redis.enabled is false and cachingRedis.existingSecretName is blank)
# - secret_key: session encryption token (50+ random characters)
# - superuser_password: Password for the initial super-user account
# - superuser_api_token: API token created for the initial super-user account
existingSecret: ""
postgresql:
## Deploy PostgreSQL using bundled chart
# To use an external database, set this to false and configure the settings
# under externalDatabase
enabled: true
postgresqlUsername: netbox
postgresqlDatabase: netbox
## External database settings
# These are used if postgresql.enabled is false, and are ignored otherwise
externalDatabase:
host: localhost
port: 5432
database: netbox
username: netbox
password: ""
existingSecretName: ""
existingSecretKey: postgresql-password
# The following settings also apply when using the bundled PostgreSQL chart:
sslMode: prefer
connMaxAge: 300
disableServerSideCursors: false
redis:
## Deploy Redis using bundled chart
# To use an external Redis instance, set this to false and configure the
# settings under *both* tasksRedis *and* cachingRedis
enabled: true
tasksRedis:
database: 0
ssl: false
insecureSkipTlsVerify: false
# Used only when redis.enabled is false. host and port are not used if
# sentinels are given.
host: netbox-redis
port: 6379
sentinels: []
# - mysentinel:26379
sentinelService: netbox-redis
sentinelTimeout: 300
password: ""
existingSecretName: ""
existingSecretKey: redis-password
cachingRedis:
database: 1
ssl: false
insecureSkipTlsVerify: false
# Used only when redis.enabled is false. host and port are not used if
# sentinels are given.
host: netbox-redis
port: 6379
sentinels: []
# - mysentinel:26379
sentinelService: netbox-redis
sentinelTimeout: 300
password: ""
existingSecretName: ""
existingSecretKey: redis-password
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
## Storage configuration for media
persistence:
enabled: true
##
## Existing claim to use
existingClaim: ""
## Existing claim's subPath to use, e.g. "media" (optional)
subPath: ""
##
## Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
## If undefined (the default) or set to null, no storageClassName spec is
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
storageClass: ""
## Persistent Volume Selector
## if enabled, define any Selectors for choosing existing Persistent Volumes here
# selector:
# matchLabel:
# netbox-storage: media
accessMode: ReadWriteOnce
##
## Persistant storage size request
size: 1Gi
## Storage configuration for reports
reportsPersistence:
enabled: false
##
## Existing claim to use
existingClaim: ""
## Existing claim's subPath to use, e.g. "media" (optional)
subPath: ""
##
## Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
## If undefined (the default) or set to null, no storageClassName spec is
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
storageClass: ""
## Persistent Volume Selector
## if enabled, define any Selectors for choosing existing Persistent Volumes here
# selector:
# matchLabel:
# netbox-storage: reports
accessMode: ReadWriteOnce
##
## Persistant storage size request
size: 1Gi
commonLabels: {}
commonAnnotations: {}
podAnnotations: {}
podLabels: {}
podSecurityContext:
fsGroup: 1000
runAsNonRoot: true
# runAsUser: 1000
# runAsGroup: 1000
securityContext:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
service:
annotations: {}
# service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http
# service.beta.kubernetes.io/aws-load-balancer-ssl-cert: <acm_cert_arn>
# service.beta.kubernetes.io/aws-load-balancer-ssl-ports: http
type: ClusterIP
port: 80
nodePort: ""
clusterIP: ""
clusterIPs: []
externalIPs: []
externalTrafficPolicy: ""
ipFamilyPolicy: ""
loadBalancerIP: ""
loadBalancerSourceRanges: []
# - 10.0.0.0/8
ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths:
# You can manually specify the service name and service port if
# required. This could be useful if for exemple you are using the AWS
# ALB Ingress Controller and want to set up automatic SSL redirect.
# https://kubernetes-sigs.github.io/aws-alb-ingress-controller/guide/tasks/ssl_redirect/#redirect-traffic-from-http-to-https
# - path: /*
# backend:
# serviceName: ssl-redirect
# servicePort: use-annotation
#
# Or you can let the template set it for you.
# Both types of rule can be combined.
# NB: You may also want to set the basePath above
- /
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
readinessProbe:
enabled: true
initialDelaySeconds: 0
timeoutSeconds: 1
periodSeconds: 10
successThreshold: 1
init:
image:
repository: busybox
tag: 1.32.1
pullPolicy: IfNotPresent
resources: {}
securityContext:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000 # Keep the same as securityContext.runAsGroup
test:
image:
repository: busybox
tag: 1.32.1
pullPolicy: IfNotPresent
resources: {}
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
nodeSelector: {}
tolerations: []
hostAliases: []
updateStrategy: {}
# type: RollingUpdate
affinity: {}
## Additional environment variables to set
extraEnvs: []
# - name: FOO
# valueFrom:
# secretKeyRef:
# key: FOO
# name: secret-resource
## Additional volumes to mount
extraVolumeMounts: []
# - name: extra-volume
# mountPath: /run/secrets/super-secret
# readOnly: true
extraVolumes: []
# - name: extra-volume
# secret:
# secretName: super-secret
## Additional containers to be added to the NetBox pod.
extraContainers: []
# - name: my-sidecar
# image: nginx:latest
## Containers which are run before the NetBox containers are started.
extraInitContainers: []
# - name: init-myservice
# image: busybox
# command: ['sh', '-c', 'until nslookup myservice; do echo waiting for myservice; sleep 2; done;']
# Configuration of Cron settings
housekeeping:
enabled: true
concurrencyPolicy: Forbid
failedJobsHistoryLimit: 5
restartPolicy: OnFailure
schedule: '0 0 * * *'
successfulJobsHistoryLimit: 5
suspend: false
podAnnotations: {}
podLabels: {}
podSecurityContext:
fsGroup: 1000
runAsNonRoot: true
# runAsUser: 1000
# runAsGroup: 1000
securityContext:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}
## Additional environment variables to set
extraEnvs: []
# - name: FOO
# valueFrom:
# secretKeyRef:
# key: FOO
# name: secret-resource
## Additional volumes to mount
extraVolumeMounts: []
# - name: extra-volume
# mountPath: /run/secrets/super-secret
# readOnly: true
extraVolumes: []
# - name: extra-volume
# secret:
# secretName: super-secret
## Additional containers to be added to the NetBox pod.
extraContainers: []
# - name: my-sidecar
# image: nginx:latest
## Containers which are run before the NetBox containers are started.
extraInitContainers: []
# - name: init-myservice
# image: busybox
# command: ['sh', '-c', 'until nslookup myservice; do echo waiting for myservice; sleep 2; done;']
# Worker for Netbox
# Only required for Netbox Jobs, e.g. Webhooks
worker:
enabled: true
replicaCount: 1
podAnnotations: {}
podLabels: {}
podSecurityContext:
fsGroup: 1000
runAsNonRoot: true
# runAsUser: 1000
# runAsGroup: 1000
securityContext:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
resources: {}
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
nodeSelector: {}
tolerations: []
hostAliases: []
updateStrategy: {}
# type: RollingUpdate
affinity: {}
## Additional environment variables to set
extraEnvs: []
# - name: FOO
# valueFrom:
# secretKeyRef:
# key: FOO
# name: secret-resource
## Additional volumes to mount
extraVolumeMounts: []
# - name: extra-volume
# mountPath: /run/secrets/super-secret
# readOnly: true
extraVolumes: []
# - name: extra-volume
# secret:
# secretName: super-secret
## Additional containers to be added to the NetBox pod.
extraContainers: []
# - name: my-sidecar
# image: nginx:latest
## Containers which are run before the NetBox containers are started.
extraInitContainers: []
# - name: init-myservice
# image: busybox
# command: ['sh', '-c', 'until nslookup myservice; do echo waiting for myservice; sleep 2; done;']