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 name: default
node_selector: node_selector:
physical-node: dev2 physical-node: dev1
trigger: trigger:
branch: branch:

View File

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

View File

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

View File

@@ -5,7 +5,7 @@
}, },
"containers": [ "containers": [
{ {
"IMAGE": "registry.format.hu/local-loadbalancer:2.5.4", "IMAGE": "safebox/local-loadbalancer:2.5.4",
"NAME": "localloadbalancer", "NAME": "localloadbalancer",
"SELECTOR": "localloadbalancer", "SELECTOR": "localloadbalancer",
"UPDATE": "true", "UPDATE": "true",