-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
76 changed files
with
85 additions
and
7,674 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,20 @@ | |
# Declare variables to be passed into your templates. | ||
|
||
# subchart defaults | ||
nginx-ingress: | ||
ingress-nginx: | ||
enabled: true | ||
controller: | ||
electionID: vkpr-ingress-controller-leader | ||
publishService: | ||
enabled: true | ||
autoscaling: | ||
enabled: false | ||
|
||
# old chart (former stable repo) | ||
# nginx-ingress: | ||
# enabled: true | ||
# controller: | ||
# electionID: vkpr-ingress-controller-leader | ||
|
||
external-dns: | ||
enabled: false | ||
|
@@ -29,13 +39,18 @@ vault: | |
enabled: false | ||
|
||
loki-stack: | ||
enabled: true | ||
enabled: false | ||
|
||
prometheus-operator: | ||
enabled: true | ||
kube-prometheus-stack: | ||
enabled: false | ||
prometheusOperator: | ||
createCustomResource: false | ||
|
||
# prometheus-operator: | ||
# enabled: true | ||
# prometheusOperator: | ||
# createCustomResource: false | ||
|
||
# dados para o CRD do ACME | ||
acme: | ||
email: [email protected] | ||
|
@@ -117,10 +132,10 @@ affinity: {} | |
# BACKUP STACK | ||
velero: | ||
enabled: false | ||
image: | ||
repository: velero/velero | ||
tag: v1.2.0 | ||
pullPolicy: IfNotPresent | ||
# image: | ||
# repository: velero/velero | ||
# tag: v1.2.0 | ||
# pullPolicy: IfNotPresent | ||
# Annotations to add to the Velero deployment's pod template. Optional. | ||
# | ||
# If using kube2iam or kiam, use the following annotation with your AWS_ACCOUNT_ID | ||
|
@@ -167,7 +182,7 @@ velero: | |
enabled: true | ||
additionalLabels: {} | ||
# Install CRDs as a templates. Enabled by default. | ||
installCRDs: true | ||
installCRDs: false | ||
|
||
## | ||
## End of deployment-related settings. | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.