Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm/bootzooka/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.0"
description: "A Helm chart for Bootzooka"
name: bootzooka
version: 0.2.1
version: 0.2.2
type: application
keywords:
- scala
Expand Down
1 change: 1 addition & 0 deletions helm/bootzooka/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: ConfigMap
metadata:
name: {{ include "bootzooka.fullname" . }}-config
data:
JAVA_OPTS: "{{ .Values.bootzooka.javaOpts }}"
SMTP_ENABLED: "{{ .Values.bootzooka.smtp.enabled }}"
SMTP_HOST: "{{ .Values.bootzooka.smtp.host }}"
SMTP_PORT: "{{ .Values.bootzooka.smtp.port }}"
Expand Down
1 change: 1 addition & 0 deletions helm/bootzooka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ bootzooka:
username: "server.example.com"
from: "[email protected]"
password: "bootzooka"
javaOpts: "-XX:MaxRAMPercentage=60"

image:
repository: softwaremill/bootzooka
Expand Down