11# excalidraw
22
3- ![ Version: 0.2.6 ] ( https://img.shields.io/badge/Version-0.2.6 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.0.7] ( https://img.shields.io/badge/AppVersion-0.0.7-informational?style=flat-square )
3+ ![ Version: 0.2.7 ] ( https://img.shields.io/badge/Version-0.2.7 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.0.7] ( https://img.shields.io/badge/AppVersion-0.0.7-informational?style=flat-square )
44
55A Helm chart for Kubernetes
66
7- ** This chart is not maintained by the upstream project and any issues with the chart should be raised [ here] ( https://github.com/fullstack-devops/helm-charts/issues/new/choose ) **
7+ ** Homepage:** < https://github.com/fullstack-devops/helm-charts/tree/main/charts/excalidraw >
8+
9+ ## Maintainers
10+
11+ | Name | Email | Url |
12+ | ---- | ------ | --- |
13+ | eksrha
| < [email protected] > | < https://github.com/eksrha > | 814
915## Source Code
1016
@@ -14,58 +20,7 @@ A Helm chart for Kubernetes
1420
1521## Requirements
1622
17- - Kubernetes: ` >=1.19.0 `
18- - Helm 3.2.0+
19- - PV provisioner support in the underlying infrastructure
20-
21- ## Dependencies
22-
23- | Repository | Name | Version |
24- | ------------| ------| ---------|
25-
26- ## TL;DR
27-
28- ``` console
29- helm repo add fs-devops https://fullstack-devops.github.io/helm-charts/
30- helm repo update
31- helm install excalidraw fs-devops/excalidraw
32- ```
33-
34- ## Installing the Chart
35-
36- To install the chart with the release name ` excalidraw `
37-
38- ``` console
39- helm install excalidraw fs-devops/excalidraw
40- ```
41-
42- ## Uninstalling the Chart
43-
44- To uninstall the ` excalidraw ` deployment
45-
46- ``` console
47- helm uninstall excalidraw
48- ```
49-
50- The command removes all the Kubernetes components associated with the chart ** including persistent volumes** and deletes the release.
51-
52- ## Configuration
53-
54- Read through the [ values.yaml] ( ./values.yaml ) file. It has several commented out suggested values.
55-
56- Specify each parameter using the ` --set key=value[,key=value] ` argument to ` helm install ` .
57-
58- ``` console
59- helm install excalidraw \
60- --set env.TZ="America/New York" \
61- fs-devops/excalidraw
62- ```
63-
64- Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
65-
66- ``` console
67- helm install excalidraw fs-devops/excalidraw -f values.yaml
68- ```
23+ Kubernetes: ` >=1.19.0 `
6924
7025## Values
7126
@@ -99,7 +54,7 @@ helm install excalidraw fs-devops/excalidraw -f values.yaml
9954| resources.requests.memory | string | ` "128Mi" ` | |
10055| securityContext.readOnlyRootFilesystem | bool | ` false ` | |
10156| securityContext.runAsNonRoot | bool | ` true ` | |
102- | securityContext.runAsUser | int | ` 1001 ` | |
57+ | securityContext.runAsUser | int | ` 101 ` | |
10358| service.port | int | ` 80 ` | Specify service port |
10459| service.type | string | ` "ClusterIP" ` | |
10560| serviceAccount.annotations | object | ` {} ` | Annotations to add to the service account |
0 commit comments