-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: introduce the NKP Pulse apps (#2957)
* feat: bump NKP Pulse to v0.0.1-dev.0 * build: Updated .github/service-labeler.yaml * feat: add metadata.yaml * feat: add the nkp-pulse HelmRepository * feat: do not copy nkp-pulse-management AD during Expansion * chore: add images to licenses.d2iq.yaml --------- Co-authored-by: d2iq-mergebot <[email protected]> Co-authored-by: Andrei Sekretenko <[email protected]>
- Loading branch information
1 parent
718d286
commit 5268142
Showing
14 changed files
with
126 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
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
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,9 @@ | ||
type: internal | ||
scope: | ||
- workspace | ||
licensing: | ||
- Starter | ||
- Pro | ||
- Ultimate | ||
- Essentials | ||
- Enterprise |
10 changes: 10 additions & 0 deletions
10
services/nkp-pulse-management/v0.0.1-dev.0/defaults/cm.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,10 @@ | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: nkp-pulse-management-v0.0.1-dev.0-d2iq-defaults | ||
namespace: ${releaseNamespace} | ||
data: | ||
values.yaml: | | ||
workspaceApp: | ||
kind: ClusterApp | ||
name: nkp-pulse-workspace-v0.0.1-dev.0 |
5 changes: 5 additions & 0 deletions
5
services/nkp-pulse-management/v0.0.1-dev.0/defaults/kustomization.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,5 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- cm.yaml |
23 changes: 23 additions & 0 deletions
23
services/nkp-pulse-management/v0.0.1-dev.0/helmrelease.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,23 @@ | ||
apiVersion: helm.toolkit.fluxcd.io/v2beta1 | ||
kind: HelmRelease | ||
metadata: | ||
name: nkp-pulse-management | ||
namespace: ${releaseNamespace} | ||
spec: | ||
chart: | ||
spec: | ||
chart: nkp-pulse-management | ||
sourceRef: | ||
kind: HelmRepository | ||
name: mesosphere.github.io-nkp-pulse-charts | ||
namespace: kommander-flux | ||
version: v0.0.1-dev.0 | ||
interval: 15s | ||
releaseName: nkp-pulse-management | ||
targetNamespace: ${releaseNamespace} | ||
upgrade: | ||
remediation: | ||
strategy: uninstall | ||
valuesFrom: | ||
- kind: ConfigMap | ||
name: nkp-pulse-management-v0.0.1-dev.0-d2iq-defaults |
4 changes: 4 additions & 0 deletions
4
services/nkp-pulse-management/v0.0.1-dev.0/kustomization.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,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- helmrelease.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,9 @@ | ||
type: internal | ||
scope: | ||
- workspace | ||
licensing: | ||
- Starter | ||
- Pro | ||
- Ultimate | ||
- Essentials | ||
- Enterprise |
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,7 @@ | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: nkp-pulse-workspace-v0.0.1-dev.0-d2iq-defaults | ||
namespace: ${releaseNamespace} | ||
data: | ||
values.yaml: "" |
5 changes: 5 additions & 0 deletions
5
services/nkp-pulse-workspace/v0.0.1-dev.0/defaults/kustomization.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,5 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- cm.yaml |
23 changes: 23 additions & 0 deletions
23
services/nkp-pulse-workspace/v0.0.1-dev.0/helmrelease.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,23 @@ | ||
apiVersion: helm.toolkit.fluxcd.io/v2beta1 | ||
kind: HelmRelease | ||
metadata: | ||
name: nkp-pulse-workspace | ||
namespace: ${releaseNamespace} | ||
spec: | ||
chart: | ||
spec: | ||
chart: nkp-pulse-workspace | ||
sourceRef: | ||
kind: HelmRepository | ||
name: mesosphere.github.io-nkp-pulse-charts | ||
namespace: kommander-flux | ||
version: v0.0.1-dev.0 | ||
interval: 15s | ||
releaseName: nkp-pulse-workspace | ||
targetNamespace: ${releaseNamespace} | ||
upgrade: | ||
remediation: | ||
strategy: uninstall | ||
valuesFrom: | ||
- kind: ConfigMap | ||
name: nkp-pulse-workspace-v0.0.1-dev.0-d2iq-defaults |
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 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- helmrelease.yaml |