Update node selector and image references in configuration files
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
gyurix
2025-03-05 17:32:17 +01:00
parent 5f2ef712cc
commit f9263f0cfc
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ type: kubernetes
name: default
node_selector:
physical-node: dev2
physical-node: dev1
trigger:
branch:

View File

@@ -5,7 +5,7 @@
},
"containers": [
{
"IMAGE": "registry.format.hu/firewall",
"IMAGE": "safebox/firewall",
"UDAPE": "true",
"NAME": "firewall",
"MEMORY": "64M",

View File

@@ -5,7 +5,7 @@
},
"containers": [
{
"IMAGE": "registry.format.hu/firewall",
"IMAGE": "safebox/firewall",
"NAME": "firewall",
"MEMORY": "64M",
"IP": "null",

View File

@@ -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",