Skip to content

Commit

Permalink
restructure the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
schneidermr committed Nov 24, 2023
1 parent bf59f78 commit 8ad56bd
Show file tree
Hide file tree
Showing 83 changed files with 656 additions and 305 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,5 @@ Temporary Items
*.orig
*.tmp

.idea/
.idea/
.cr-*/
303 changes: 303 additions & 0 deletions README.md

Large diffs are not rendered by default.

File renamed without changes.
7 changes: 2 additions & 5 deletions Chart.lock → appwrite/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ dependencies:
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 14.1.2
- name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 14.2.8
- name: influxdb
repository: https://charts.bitnami.com/bitnami
version: 5.10.2
digest: sha256:d60bd5679b9ddd32ee4b51a1255831d0e28ce5d3299ad1ddba301bcd60a6fda0
generated: "2023-11-18T19:22:22.772233+01:00"
digest: sha256:0a7359c1aca700c59b1a1207fc7afcfd42c6ccd47ca3d41ec356120c17e05b30
generated: "2023-11-23T20:21:33.645411+01:00"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions templates/_pod.tpl → appwrite/templates/_pod.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ containers:
env:
{{ toYaml . | nindent 6 }}
{{- end }}
{{ }}
volumeMounts:
- name: www
mountPath: /usr/share/nginx/html
- name: storage
mountPath: /storage
{{- end }}
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ spec:
revisionHistoryLimit: 5
volumeClaimTemplates:
- metadata:
name: www
name: storage
spec:
accessModes: [ "ReadWriteMany" ]
storageClassName: "my-storage-class"
storageClassName: {{ .Values.global.storageClass }}
resources:
requests:
storage: 1Gi
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 8ad56bd

Please sign in to comment.