updates kubeURL
This commit is contained in:
@@ -96,7 +96,7 @@ ENTRYPOINT ["/bin/bash", "-c", "/home/steam/ProjectZomboid/start-server.sh"]
|
||||
|
||||
functions.deletePod(
|
||||
kubeAuth: "rancher-admin-token",
|
||||
kubeURL: "https://rancher.test-chamber-13.lan/k8s/clusters/c-mc9cq",
|
||||
kubeURL: "https://k8s.test-chamber-13.lan:8043",
|
||||
namespace: "game-servers",
|
||||
selector: "workload.user.cattle.io/workloadselector=apps.deployment-game-servers-project-zomboid"
|
||||
)
|
||||
|
@@ -50,7 +50,7 @@ podTemplate (
|
||||
)
|
||||
functions.deletePod(
|
||||
kubeAuth: "rancher-admin-token",
|
||||
kubeURL: "https://rancher.test-chamber-13.lan/k8s/clusters/c-mc9cq",
|
||||
kubeURL: "https://k8s.test-chamber-13.lan:8043",
|
||||
namespace: "game-servers",
|
||||
selector: "app=rcon"
|
||||
)
|
||||
|
@@ -39,7 +39,7 @@ podTemplate (
|
||||
)
|
||||
functions.deletePod(
|
||||
kubeAuth: "rancher-admin-token",
|
||||
kubeURL: "https://rancher.test-chamber-13.lan/k8s/clusters/c-mc9cq",
|
||||
kubeURL: "https://k8s.test-chamber-13.lan:8043",
|
||||
namespace: "game-servers",
|
||||
selector: "app=satasfactory"
|
||||
)
|
||||
|
Reference in New Issue
Block a user