-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CH-110 small changes to docker compose generation
- Loading branch information
Showing
8 changed files
with
32 additions
and
79 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
apiVersion: v1 | ||
appVersion: "0.0.1" | ||
description: CloudHarness Docker Compose | ||
name: cloudharness | ||
version: 0.0.1 | ||
appVersion: 2.4.0-compose | ||
description: CloudHarness Docker compose Helm Chart | ||
maintainers: | ||
- name: Filippo Ledda | ||
email: filippo@metacell.us | ||
- name: Zoran Sinnema | ||
email: [email protected] | ||
- {email: [email protected], name: Filippo Ledda} | ||
- {email: vincent@metacell.us, name: Vincent Aranega} | ||
name: cloudharness | ||
version: 0.0.1 |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# CloudHarness Docker Compose: deploy CloudHarness to Docker Compose | ||
|
||
Helm is used to define templates about how the CloudHarness deployment on Docker Compose. For further information about Helm, see https://helm.sh. | ||
Helm is used to define templates about how the CloudHarness deployment on Docker Compose. For further information about Helm, see https://helm.sh. |
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 |
---|---|---|
|
@@ -21,52 +21,7 @@ apps: {} | |
env: | ||
# -- Cloud Harness version | ||
- name: CH_VERSION | ||
value: 0.0.1 | ||
# -- Cloud harness chart version | ||
- name: CH_CHART_VERSION | ||
value: 0.0.1 | ||
privenv: | ||
# -- Defines a secret as private environment variable that is injected in containers. | ||
- name: CH_SECRET | ||
value: In God we trust; all others must bring data. ― W. Edwards Deming | ||
ingress: | ||
# -- Flag to enable/disalbe ingress controller. | ||
enabled: true | ||
# -- K8s Name of ingress. | ||
name: cloudharness-ingress | ||
# -- Enables/disables SSL redirect. | ||
ssl_redirect: true | ||
letsencrypt: | ||
# -- Email for letsencrypt. | ||
email: [email protected] | ||
backup: | ||
# -- Flag to enable/disable backups. | ||
active: false | ||
# -- Number of days to keep backups. | ||
keep_days: "7" | ||
# -- Number of weeks to keep backups. | ||
keep_weeks: "4" | ||
# -- Number of months to keep backups. | ||
keep_months: "6" | ||
# -- Schedule as cronjob expression. | ||
schedule: "*/5 * * * *" | ||
# -- The file suffix added to backup files. | ||
suffix: ".gz" | ||
# -- The volume size for backups (all backups share the same volume) | ||
volumesize: "2Gi" | ||
# -- Target directory of backups, the mount point of the persistent volume. | ||
dir: "/backups" | ||
resources: | ||
requests: | ||
# -- K8s memory resource definition. | ||
memory: "32Mi" | ||
# -- K8s cpu resource definition. | ||
cpu: "25m" | ||
limits: | ||
# -- K8s memory resource definition. | ||
memory: "64Mi" | ||
# -- K8s cpu resource definition. | ||
cpu: "50m" | ||
value: 2.4.0 | ||
proxy: | ||
timeout: | ||
# -- Timeout for proxy connections in seconds. | ||
|
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 |
---|---|---|
@@ -1,10 +1,8 @@ | ||
apiVersion: v1 | ||
appVersion: "0.0.1" | ||
appVersion: 2.4.0 | ||
description: CloudHarness Helm Chart | ||
name: cloudharness | ||
version: 0.0.1 | ||
maintainers: | ||
- name: Filippo Ledda | ||
email: filippo@metacell.us | ||
- name: Zoran Sinnema | ||
email: [email protected] | ||
- {email: [email protected], name: Filippo Ledda} | ||
- {email: zoran@metacell.us, name: Zoran Sinnema} | ||
name: cloudharness | ||
version: 0.0.1 |
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