mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 09:11:03 +02:00
Hacking around
This commit is contained in:
parent
ee41fa1636
commit
614ffc0fd3
4 changed files with 23 additions and 10 deletions
|
|
@ -149,11 +149,12 @@
|
|||
ports: [],
|
||||
|
||||
with_port::
|
||||
function(src, dest, name) self + {
|
||||
ports: super.ports + [
|
||||
{ src: src, dest: dest, name: name }
|
||||
]
|
||||
},
|
||||
function(src, dest, name)
|
||||
self + {
|
||||
ports: super.ports + [
|
||||
{ src: src, dest: dest, name: name }
|
||||
]
|
||||
},
|
||||
|
||||
add:: function() [
|
||||
|
||||
|
|
@ -166,6 +167,7 @@
|
|||
namespace: "trustgraph",
|
||||
},
|
||||
spec: {
|
||||
// type: "NodePort",
|
||||
selector: {
|
||||
app: service.name,
|
||||
},
|
||||
|
|
@ -173,6 +175,7 @@
|
|||
{
|
||||
port: port.src,
|
||||
targetPort: port.dest,
|
||||
// nodePort: port.nodeport,
|
||||
name: port.name,
|
||||
}
|
||||
for port in service.ports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue