Skip to content

Commit

Permalink
Fix spaces, make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
sneumann committed Jan 27, 2022
1 parent ed6a3e8 commit cce229f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
values-dev.yaml
values-prod.yaml
nmrxiv-app*.tgz
vibspecdb*.tgz
vibspecdb*.tgz

# Editor backup files
*~
16 changes: 8 additions & 8 deletions charts/nmrxiv-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ingress:
# hosts:
# - chart-example.local

resources:
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
Expand All @@ -99,7 +99,7 @@ resources:
cpu: 500m
memory: 50M

mail:
mail:
enabled: true
host: 'smtp.uni-jena.de'
port: 587
Expand All @@ -111,17 +111,17 @@ mail:

postgresql:
image:
tag: 11.14.0-debian-10-r17 # immutable tags are recommended
tag: 11.14.0-debian-10-r17 # immutable tags are recommended
enabled: true
# global:
# storageClass: standard
# global:
# storageClass: standard
connection: pgsql
persistence:
enabled: false
existingClaim: ''
size: 1Gi
#host: nmrxiv-postgresql
#port: 5432
# host: nmrxiv-postgresql
# port: 5432
postgresqlDatabase: nmrxiv
postgresqlPassword: secret
postgresqlUsername: user
Expand All @@ -141,7 +141,7 @@ storage:
enabled: true
existingClaim: ''
storage: 2Gi
#storageClassName: standard
# storageClassName: standard

autoscaling:
enabled: false
Expand Down

0 comments on commit cce229f

Please sign in to comment.