Changing hostnames to ips since the hostnames dont currently resolve
Some checks failed
k8s smoke test / test (push) Successful in 4s
Deploy Promiscuity Auth API / deploy (push) Failing after 24s

This commit is contained in:
hz 2025-11-23 02:02:36 -06:00
parent b1ca87c681
commit f3154deba6

View File

@ -14,7 +14,7 @@ jobs:
IMAGE_NAME: promiscuity-auth:latest IMAGE_NAME: promiscuity-auth:latest
IMAGE_TAR: /tmp/promiscuity-auth.tar IMAGE_TAR: /tmp/promiscuity-auth.tar
# All nodes that might run the pod (control-plane + workers) # All nodes that might run the pod (control-plane + workers)
NODES: "k8s-cp-01 k8s-w-01 k8s-w-02" NODES: "192.168.86.20 192.168.86.22 192.168.86.31"
steps: steps:
- name: Checkout repo - name: Checkout repo