This commit is contained in:
sm
2018-02-01 13:31:52 -08:00
commit bc0fb17786
6 changed files with 89 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: hw
labels:
app: hw
spec:
replicas: 10
selector:
matchLabels:
app: hw
template:
metadata:
labels:
app: hw
spec:
containers:
- image: smcquay/hw:v0.0.5
name: hw
ports:
- containerPort: 8080