1
0
Fork 0

Kubernetes user-guide

This commit is contained in:
Ed Robinson 2016-05-06 11:34:30 +01:00
parent 1c60f0b53b
commit d3aa056151
No known key found for this signature in database
GPG key ID: EC501FCA6421CCF0
8 changed files with 684 additions and 2 deletions

View file

@ -0,0 +1,39 @@
---
apiVersion: v1
kind: Service
metadata:
name: stilton
spec:
ports:
- name: http
targetPort: 80
port: 80
selector:
app: cheese
task: stilton
---
apiVersion: v1
kind: Service
metadata:
name: cheddar
spec:
ports:
- name: http
targetPort: 80
port: 80
selector:
app: cheese
task: cheddar
---
apiVersion: v1
kind: Service
metadata:
name: wensleydale
spec:
ports:
- name: http
targetPort: 80
port: 80
selector:
app: cheese
task: wensleydale