Skip to content

Commit

Permalink
feat(gcp): add example for gcp (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Haar <[email protected]>
  • Loading branch information
haarchri authored Feb 29, 2024
1 parent 5f24e90 commit d7f2257
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions examples/gcp-host-space.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
apiVersion: spaces.platformref.upbound.io/v1alpha1
kind: Space
metadata:
name: hostcluster-gcp
namespace: default
spec:
compositeDeletePolicy: Foreground
parameters:
cloud: gcp
id: hostcluster-gcp
region: us-west2
version: latest
nodes:
count: 3
instanceType: e2-standard-4
operators:
crossplane:
providers:
- name: provider-helm
package: xpkg.upbound.io/crossplane-contrib/provider-helm:v0.17.0
localRbac: true
- name: provider-kubernetes
package: xpkg.upbound.io/crossplane-contrib/provider-kubernetes:v0.12.1
localRbac: true
spaces:
dns:
spacesRouterDomain: platform-ref-upbound-spaces-gke.upboundrocks.cloud
clusterType: gke
account: platform-ref
writeConnectionSecretToRef:
name: hostcluster-gcp-kubeconfig

0 comments on commit d7f2257

Please sign in to comment.