-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 10GBe, Unifi Network Application & MongoDB Operator (#41)
* feat: Unifi Network Application * feat: MongoDB Operator * fix: add Unifi/MongoDB to Startup/Shutdown * feat: Update mermaid diagram
- Loading branch information
1 parent
db63c4c
commit b3a98a9
Showing
31 changed files
with
1,742 additions
and
27 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
apiVersion: argoproj.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: mongodb-operator | ||
namespace: argocd | ||
annotations: | ||
argocd.argoproj.io/sync-wave: "1" | ||
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true | ||
labels: | ||
app.kubernetes.io/instance: argocd | ||
spec: | ||
destination: | ||
namespace: mongodb-operator | ||
server: https://kubernetes.default.svc | ||
project: default | ||
source: | ||
path: kubernetes/mongodb-operator/overlays/okd | ||
repoURL: https://git.<path:secret/data/homelab/domain#url>/ArthurVardevanyan/HomeLab | ||
targetRevision: HEAD | ||
syncPolicy: | ||
syncOptions: | ||
- CreateNamespace=true | ||
- ServerSideApply=true |
22 changes: 22 additions & 0 deletions
22
kubernetes/argocd/applications/unifi-network-application.yaml
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
apiVersion: argoproj.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: unifi-network-application | ||
namespace: argocd | ||
annotations: | ||
argocd.argoproj.io/sync-wave: "1" | ||
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true | ||
labels: | ||
app.kubernetes.io/instance: argocd | ||
spec: | ||
destination: | ||
namespace: bitwarden | ||
server: https://kubernetes.default.svc | ||
project: default | ||
source: | ||
path: kubernetes/unifi-network-application/overlays/okd | ||
repoURL: https://git.<path:secret/data/homelab/domain#url>/ArthurVardevanyan/HomeLab | ||
targetRevision: HEAD | ||
syncPolicy: | ||
syncOptions: | ||
- CreateNamespace=true |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# MongoDB Operator | ||
|
||
<https://github.com/mongodb/mongodb-kubernetes-operator/blob/master/docs/install-upgrade.md#install-the-operator-using-kubectl> | ||
<https://github.com/mongodb/mongodb-kubernetes-operator/tree/master/config/samples> |
Oops, something went wrong.