Addon Fabric8

This commit is contained in:
Smaine Kahlouch
2015-10-05 11:27:13 +02:00
parent 488da0749d
commit c26d2e17cd
10 changed files with 265 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: "v1"
kind: "Service"
metadata:
annotations: {}
labels:
component: "console"
provider: "fabric8"
name: "fabric8"
namespace: "kube-system"
spec:
deprecatedPublicIPs: []
ports:
-
port: 80
protocol: "TCP"
targetPort: 9090
selector:
component: "console"
provider: "fabric8"