Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PE: Storagebox #29

Open
wants to merge 41 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
47f96e7
cassandra
adamancini Dec 5, 2024
1796519
take tls through kots config
adamancini Dec 9, 2024
9dc64e1
update chart version
adamancini Dec 10, 2024
7448b05
also take the store passwords
adamancini Dec 10, 2024
cfbd143
add nfs-server to umbrella chart
adamancini Dec 10, 2024
8f4b724
update chart version
adamancini Dec 10, 2024
a2fc9dc
fix tls certs
adamancini Dec 10, 2024
e2854a9
remove ingress-nginx from release
adamancini Dec 11, 2024
2cd0d66
add a postgres nodeport service template
adamancini Dec 11, 2024
5930402
fix postgres nodeport service binding
adamancini Dec 12, 2024
3011622
optionally generate self-signed ca
adamancini Dec 16, 2024
2ec011b
generate ca script
adamancini Dec 30, 2024
acbf572
we actually need an older version of Cassandra
adamancini Dec 30, 2024
5bccfc3
start doing some optional tls with cassandra
adamancini Dec 30, 2024
8abd9b9
start doing some optional tls with cassandra
adamancini Dec 30, 2024
3ca97f4
add velero spec
adamancini Jan 21, 2025
087199b
update to EC 1.20+k8s-1.30-rc1
adamancini Jan 21, 2025
941c29d
update to replicated sdk 1.0.0
adamancini Jan 21, 2025
abee40f
update to replicated sdk 1.0.0
adamancini Jan 21, 2025
0fa76b4
rename app to
adamancini Jan 21, 2025
937d2f7
rename app to storagebox
adamancini Jan 21, 2025
c878949
rename app to storagebox
adamancini Jan 21, 2025
04422f0
rename app to storagebox
adamancini Jan 21, 2025
be41065
fix minio values indent
adamancini Jan 21, 2025
86e0407
rename app to storagebox
adamancini Jan 21, 2025
8ad86d0
rename app to storagebox
adamancini Jan 21, 2025
58d9cef
update minio chart name
adamancini Jan 22, 2025
1a17d43
update values
adamancini Jan 22, 2025
66327fd
update minio tenant config
adamancini Jan 22, 2025
db82f98
bump EC version to GA release
adamancini Jan 23, 2025
7a3ee96
bump EC version to 1.22.0+k8s-1.30
adamancini Jan 28, 2025
e61d306
configure new DR in EC
adamancini Jan 28, 2025
42daa59
add self-signed clusterissuer
adamancini Feb 4, 2025
e6d08be
deploy minio tenant with ingress rules
adamancini Feb 4, 2025
869541a
upgrade EC and include velero backup
adamancini Feb 10, 2025
f55210c
feat(storagebox): add postgres db init secret
DexterYan Feb 13, 2025
25252bf
add chart enable configurable
DexterYan Feb 14, 2025
932249d
Merge pull request #34 from replicatedhq/dx/update-storagebox
adamancini Feb 14, 2025
50f6c19
add Backup and Restore for velero
adamancini Feb 14, 2025
0f566f3
add Backup and Restore for velero
adamancini Feb 14, 2025
85df3e0
reorder the options to fold better in vscode
adamancini Feb 14, 2025
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
Prev Previous commit
Next Next commit
configure new DR in EC
  • Loading branch information
adamancini committed Jan 28, 2025
commit e61d306df1d3bccfede83b15a23aea53cfab34fb
11 changes: 11 additions & 0 deletions applications/storagebox/kots/backup.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: velero.io/v1
kind: Backup
metadata:
name: backup
spec:
includedNamespaces:
- kotsadm
orLabelSelectors:
- matchExpressions:
# Exclude Replicated resources
- { key: kots.io/kotsadm, operator: NotIn, values: ["true"] }
5 changes: 0 additions & 5 deletions applications/storagebox/kots/velero.yaml

This file was deleted.