-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94a7592
commit e598874
Showing
1 changed file
with
41 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
apiVersion: application.kubero.dev/v1alpha1 | ||
kind: KuberoApp | ||
metadata: | ||
name: netbird | ||
annotations: | ||
kubero.dev/template.architecture: "[]" | ||
kubero.dev/template.description: "Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls." | ||
kubero.dev/template.icon: "https://avatars.githubusercontent.com/u/100464677" | ||
kubero.dev/template.installation: "" | ||
kubero.dev/template.links: '["https://docs.netbird.io/"]' | ||
kubero.dev/template.screenshots: '["https://private-user-images.githubusercontent.com/700848/321150403-46bc3b73-508d-4a0e-bb9a-f465d68646ab.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzIwMjA5ODgsIm5iZiI6MTczMjAyMDY4OCwicGF0aCI6Ii83MDA4NDgvMzIxMTUwNDAzLTQ2YmMzYjczLTUwOGQtNGEwZS1iYjlhLWY0NjVkNjg2NDZhYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQxMTE5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MTExOVQxMjUxMjhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kODNlYTRmNTc4ZGRkYmE3MjJmODRmM2E3M2JkMzg1OGZiNDJmMjI4YjE4NTI0ZDQ4ZjNjY2Y0M2UyOWIwYTlkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.9xERN_35UkgaqrBsqheHDaSzGuyZKEW2Wcp618UZwZk"]' | ||
kubero.dev/template.source: "https://github.com/netbirdio/netbird" | ||
kubero.dev/template.tags: '["security", "dashboard", "administration"]' | ||
kubero.dev/template.title: "netbird" | ||
kubero.dev/template.website: "https://netbird.io/" | ||
labels: | ||
manager: kubero | ||
spec: | ||
name: netbird | ||
deploymentstrategy: docker | ||
envVars: | ||
- name: AUTH0_DOMAIN | ||
value: https://example.com | ||
- name: AUTH0_CLIENT_ID | ||
value: "123456456546547988" | ||
- name: AUTH0_AUDIENCE | ||
value: team | ||
- name: NETBIRD_MGMT_API_ENDPOINT | ||
value: https://netbird.localhost | ||
extraVolumes: [] | ||
cronjobs: [] | ||
addons: [] | ||
web: | ||
replicaCount: 1 | ||
worker: | ||
replicaCount: 0 | ||
image: | ||
containerPort: "80" | ||
pullPolicy: Always | ||
repository: netbirdio/dashboard | ||
tag: main |