-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Spinkube, their spinkube operator
- Loading branch information
Showing
8 changed files
with
2,815 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions
27
spinkube-operator/components/spinkube-operator/kwasm-operator.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,27 @@ | ||
--- | ||
apiVersion: argoproj.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
annotations: | ||
argocd.argoproj.io/sync-wave: '10' | ||
name: <CLUSTER_NAME>-kwasm-operator | ||
namespace: argocd | ||
finalizers: | ||
- resources-finalizer.argocd.argoproj.io | ||
spec: | ||
destination: | ||
namespace: kwasm-operator | ||
name: <CLUSTER_DESTINATION> | ||
project: <PROJECT> | ||
source: | ||
chart: kwasm-operator | ||
repoURL: http://kwasm.sh/kwasm-operator/ | ||
targetRevision: 0.3.0 | ||
helm: | ||
releaseName: kwasm-operator | ||
syncPolicy: | ||
automated: | ||
prune: true | ||
selfHeal: true | ||
syncOptions: | ||
- CreateNamespace=true |
14 changes: 14 additions & 0 deletions
14
spinkube-operator/components/spinkube-operator/spin-operator-shim-executor.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,14 @@ | ||
apiVersion: core.spinoperator.dev/v1alpha1 | ||
kind: SpinAppExecutor | ||
metadata: | ||
annotations: | ||
argocd.argoproj.io/sync-wave: '50' | ||
name: containerd-shim-spin | ||
namespace: argocd | ||
finalizers: | ||
- resources-finalizer.argocd.argoproj.io | ||
spec: | ||
createDeployment: true | ||
deploymentConfig: | ||
runtimeClassName: wasmtime-spin-v2 | ||
installDefaultCACerts: true |
Oops, something went wrong.