Skip to content

Commit

Permalink
Merge pull request crossplane#985 from soorena776/issue_905_fixes_whi…
Browse files Browse the repository at this point in the history
…le_testing_gcp

Fixes while testing WordPress on GCP
  • Loading branch information
negz authored Oct 26, 2019
2 parents a79aef2 + 57d56f7 commit 76f78da
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 290 deletions.

This file was deleted.

65 changes: 0 additions & 65 deletions cluster/examples/workloads/kubernetes/wordpress/gcp/network.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
apiVersion: database.gcp.crossplane.io/v1beta1
kind: CloudsqlInstanceClass
metadata:
name: standard-cloudsql
name: standard-mysql
annotations:
resourceclass.crossplane.io/is-default-class: "true"
specTemplate:
writeConnectionSecretsToNamespace: crossplane-system
forProvider:
databaseVersion: MYSQL_5_7
region: us-central1
Expand All @@ -16,6 +17,6 @@ specTemplate:
ipConfiguration:
privateNetworkRef:
name: sample-network
reclaimPolicy: Delete
reclaimPolicy: Delete
providerRef:
name: gcp-provider
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
apiVersion: compute.gcp.crossplane.io/v1alpha2
kind: GKEClusterClass
metadata:
name: standard-gke
name: standard-cluster
annotations:
resourceclass.crossplane.io/is-default-class: "true"
specTemplate:
writeConnectionSecretsToNamespace: crossplane-system
machineType: n1-standard-1
numNodes: 1
zone: us-central1-b
Expand Down
131 changes: 0 additions & 131 deletions cluster/examples/workloads/kubernetes/wordpress/gcp/workload.yaml

This file was deleted.

Loading

0 comments on commit 76f78da

Please sign in to comment.