be.images.fabric8.kiwiirc.2.0.38.source-code.kubernetes.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kiwiirc Show documentation
Show all versions of kiwiirc Show documentation
[Kiwi IRC](https://kiwiirc.com/) KiwiIRC makes Web IRC easy
{
"id": "kiwiirc-config",
"kind": "Config",
"apiVersion": "v1beta1",
"name": "kiwiirc-config",
"description": "Creates a kiwiirc chat bot",
"items": [
{
"apiVersion" : "v1beta1",
"id":"kiwiirc",
"kind":"Service",
"port":80,
"containerPort":7778,
"selector":{
"name":"kiwiirc"
}
},
{
"id": "kiwiirc-route",
"kind": "Route",
"apiVersion": "v1beta1",
"metadata": {
"name": "kiwiirc-route"
},
"host": "kiwiirc.local",
"serviceName": "kiwiirc"
},
{
"kind" : "ReplicationController",
"id" : "kiwiirc",
"apiVersion" : "v1beta1",
"desiredState" : {
"replicas" : 1,
"replicaSelector" : {
"name" : "kiwiirc"
},
"podTemplate" : {
"desiredState" : {
"manifest" : {
"version" : "v1beta1",
"id" : "kiwiircPod",
"containers" : [
{
"image":"fabric8/fabric8-kiwiirc",
"name":"kiwiirc-container"
}
]
}
},
"labels" : {
"name" : "kiwiirc"
}
}
},
"labels" : {
"name" : "kiwiirc"
}
}
]
}