Connecting a Frontend to a Backend Tutorial.

This commit is contained in:
Jeff Mendoza
2016-12-12 11:31:31 -08:00
parent 2662a4a20e
commit 1739a02841
11 changed files with 359 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: hello
spec:
replicas: 7
template:
metadata:
labels:
app: hello
tier: backend
track: stable
spec:
containers:
- name: hello
image: "gcr.io/google-samples/hello-go-gke:1.0"
ports:
- name: http
containerPort: 80