Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Jun 24, 2020
1 parent fadcacc commit 03ceb9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies:
repository: https://jupyterhub.github.io/helm-chart/
condition: jupyterhub.enabled
- name: nifi
version: ~0.4.1
version: ~0.4.2
repository: https://cetic.github.io/helm-charts/
condition: nifi.enabled
- name: openldap
Expand Down
8 changes: 4 additions & 4 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Default values for FADI.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

spark:
enabled: true
Master:
Expand Down Expand Up @@ -136,6 +137,7 @@ minio:
enabled: true
persistence:
enabled: true
size: 50Gi
service:
type: NodePort

Expand Down Expand Up @@ -262,8 +264,6 @@ nifi:
postStart: /opt/nifi/psql; wget -P /opt/nifi/psql https://jdbc.postgresql.org/download/postgresql-42.2.6.jar
persistence:
enabled: true
zookeeper:
replicaCount: 3

openldap:
enabled: true
Expand Down Expand Up @@ -296,7 +296,7 @@ kafka:
external:
enabled: false
persistence:
enabled: false
enabled: true
zookeeper:
replicaCount: 1
fullnameOverride: fadi-kafka-zookeeper
Expand Down Expand Up @@ -413,4 +413,4 @@ zabbix:
DB_SERVER_PORT: 5432
POSTGRES_USER: admin
POSTGRES_PASSWORD: password1
POSTGRES_DB: postgres
POSTGRES_DB: postgres

0 comments on commit 03ceb9f

Please sign in to comment.