Import guestbook tutorial and manifest files (#4631)

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan
2017-08-07 15:56:20 -07:00
committed by Andrew Chen
parent fdf2c5a02b
commit 3ee6599cc7
8 changed files with 363 additions and 627 deletions
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: redis-master
labels:
app: redis
role: master
tier: backend
spec:
ports:
- port: 6379
targetPort: 6379
selector:
app: redis
role: master
tier: backend