mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-13 04:17:39 -02:30
Addon Fabric8
This commit is contained in:
19
roles/addons/files/fabric8-svc.yaml
Normal file
19
roles/addons/files/fabric8-svc.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user