Update node selector and image references in configuration files
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -3,7 +3,7 @@ type: kubernetes
|
||||
name: default
|
||||
|
||||
node_selector:
|
||||
physical-node: dev2
|
||||
physical-node: dev1
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
@@ -5,7 +5,7 @@
|
||||
},
|
||||
"containers": [
|
||||
{
|
||||
"IMAGE": "registry.format.hu/firewall",
|
||||
"IMAGE": "safebox/firewall",
|
||||
"UDAPE": "true",
|
||||
"NAME": "firewall",
|
||||
"MEMORY": "64M",
|
||||
|
@@ -5,7 +5,7 @@
|
||||
},
|
||||
"containers": [
|
||||
{
|
||||
"IMAGE": "registry.format.hu/firewall",
|
||||
"IMAGE": "safebox/firewall",
|
||||
"NAME": "firewall",
|
||||
"MEMORY": "64M",
|
||||
"IP": "null",
|
||||
|
@@ -5,7 +5,7 @@
|
||||
},
|
||||
"containers": [
|
||||
{
|
||||
"IMAGE": "registry.format.hu/local-loadbalancer:2.5.4",
|
||||
"IMAGE": "safebox/local-loadbalancer:2.5.4",
|
||||
"NAME": "localloadbalancer",
|
||||
"SELECTOR": "localloadbalancer",
|
||||
"UPDATE": "true",
|
||||
|
Reference in New Issue
Block a user