Skip to content

Commit

Permalink
fix pritunl again
Browse files Browse the repository at this point in the history
  • Loading branch information
dennybaa committed Aug 23, 2020
1 parent 837724a commit c3f7180
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pritunl/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.29"
description: A Helm chart for Kubernetes
name: pritunl
version: 0.1.10
version: 0.1.11
home: https://pritunl.com/
sources:
- https://github.com/dysnix/charts
Expand Down
14 changes: 10 additions & 4 deletions pritunl/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,19 @@ affinity: {}

mongodb:
enabled: true
mongodbUsername: pritunl
mongodbDatabase: pritunl
mongodbExtraFlags:
auth:
enabled: true
username: pritunl
database: pritunl

extraFlags:
- --wiredTigerCacheSizeGB=0.25

persistence:
enabled: true
size: 1Gi
updateStrategy:

strategyType:
type: Recreate

## Custom mongodb URI settings if given
Expand Down

0 comments on commit c3f7180

Please sign in to comment.