mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-29 17:12:22 +00:00
☂️ fix linter errors
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: mariadb
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 9.8.1
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.10.3
|
||||
digest: sha256:efb74a3741f2688ce9e9b619ae2d92292846d431dff5e3678f6816eb51674a3b
|
||||
generated: "2021-12-09T02:31:05.010882826Z"
|
||||
- name: mariadb
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 9.8.1
|
||||
digest: sha256:fcc3993d9a692f0f6c0a6a30582964fbd4479268ffba1e98d9054e9503030d16
|
||||
generated: "2021-12-29T12:05:10.935183+02:00"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
annotations:
|
||||
category: database
|
||||
category: Database
|
||||
apiVersion: v2
|
||||
appVersion: 1.0.2
|
||||
dependencies:
|
||||
|
||||
@@ -105,7 +105,7 @@ databunkerAdminEmail: "user@example.com"
|
||||
command: ["/bin/sh"]
|
||||
## @param args Override default container args (useful when using custom images)
|
||||
##
|
||||
args: ["-c", "/databunker/bin/databunker -init -db databunkerdb; /databunker/bin/databunker -db databunkerdb -conf /databunker/conf/databunker.yaml" ]
|
||||
args: ["-c", "/databunker/bin/databunker -init -db databunkerdb; /databunker/bin/databunker -db databunkerdb -conf /databunker/conf/databunker.yaml"]
|
||||
## @param updateStrategy.type Update strategy - only really applicable for deployments with RWO PVs attached
|
||||
## If replicas = 1, an update can get "stuck", as the previous pod remains attached to the
|
||||
## PV, and the "incoming" pod can never start. Changing the strategy to "Recreate" will
|
||||
@@ -154,7 +154,7 @@ existingSecret: ""
|
||||
## @param containerPorts [object] Container ports
|
||||
##
|
||||
containerPorts:
|
||||
#http: 3000
|
||||
## http: 3000
|
||||
https: 3000
|
||||
## @param sessionAffinity Control where client requests go, to the same pod or round-robin. Values: ClientIP or None
|
||||
## ref: https://kubernetes.io/docs/user-guide/services/
|
||||
@@ -404,7 +404,6 @@ networkPolicy:
|
||||
## label: example
|
||||
customRules: {}
|
||||
|
||||
|
||||
## @section Database parameters
|
||||
|
||||
## MariaDB chart configuration
|
||||
@@ -494,7 +493,6 @@ externalDatabase:
|
||||
##
|
||||
database: databunkerdb
|
||||
|
||||
|
||||
## @section Traffic Exposure Parameters
|
||||
|
||||
## Kubernetes configuration
|
||||
@@ -701,7 +699,7 @@ certificates:
|
||||
## @param certificates.customCAs Defines a list of secrets to import into the container trust store
|
||||
##
|
||||
customCAs: []
|
||||
# - secret: "databunker"
|
||||
## - secret: "databunker"
|
||||
## @param certificates.command Override default container command (useful when using custom images)
|
||||
## e.g:
|
||||
## - secret: custom-CA
|
||||
|
||||
Reference in New Issue
Block a user