Skip to content

Commit

Permalink
Merge pull request #8 from vfarcic/cluster-my-cluster
Browse files Browse the repository at this point in the history
Kubernetes cluster manifest my-cluster
  • Loading branch information
vfarcic authored Sep 21, 2024
2 parents 7facc83 + b978448 commit 3caec69
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions manifests/cluster-claim-my-cluster.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
apiVersion: devopstoolkitseries.com/v1alpha1
kind: ClusterClaim
metadata:
name: my-cluster
namespace: my-namespace
spec:
id: my-cluster
compositionSelector:
matchLabels:
provider: aws
parameters:
version: 16.5
nodeSize: small
minNodeCount: 1
namespaces: [dev,production]
apps:
crossplane:
enabled: false
argocd:
enabled: false
host: acme.com
repoURL: https://github.com/vfarcic/SOMETHING
destinationNamespace: argo-cd
sourcePath: .
openfunction:
enabled: false
dapr:
enabled: true
traefik:
enabled: false

0 comments on commit 3caec69

Please sign in to comment.