Skip to content

Commit

Permalink
update samples for version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBulankou committed Sep 20, 2019
1 parent a0be18a commit b7d3f0f
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: compute.cnrm.cloud.google.com/v1alpha1
kind: ComputeBackendService
metadata:
name: computeurlmap-dep
spec:
healthCheckRef:
name: computebackendservice-dep
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: compute.cnrm.cloud.google.com/v1alpha1
kind: ComputeGlobalForwardingRule
metadata:
labels:
label-one: "value-one"
name: computeglobalforwardingrule-sample
spec:
description: "A global forwarding rule"
targetRef:
name: computeglobalforwardingrule-dep
portRange: "80"
loadBalancingScheme: "INTERNAL_SELF_MANAGED"
ipProtocol: "TCP"
ipVersion: "IPV4"
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: compute.cnrm.cloud.google.com/v1alpha1
kind: ComputeHealthCheck
metadata:
name: computebackendservice-dep
spec:
checkIntervalSec: 10
httpHealthCheck:
port: 80
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: compute.cnrm.cloud.google.com/v1alpha1
kind: ComputeTargetHTTPProxy
metadata:
name: computeglobalforwardingrule-dep
spec:
urlMapRef:
name: computetargethttpproxy-dep
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: compute.cnrm.cloud.google.com/v1alpha1
kind: ComputeURLMap
metadata:
name: computetargethttpproxy-dep
spec:
defaultServiceRef:
name: computeurlmap-dep
kind: ComputeBackendService

0 comments on commit b7d3f0f

Please sign in to comment.