Update k8s deployment
All checks were successful
Build and Push / build (push) Successful in 27s

This commit is contained in:
2026-02-16 15:52:06 -05:00
parent 9fb73fc79a
commit d191961c0c

View File

@@ -36,7 +36,7 @@ jobs:
run: | run: |
mkdir -p ~/.kube mkdir -p ~/.kube
echo "${{ secrets.KUBE_CONFIG }}" | base64 -d > ~/.kube/config echo "${{ secrets.KUBE_CONFIG }}" | base64 -d > ~/.kube/config
sed -i 's/127.0.0.1/100.96.66.41/g' ~/.kube/config sed -i 's/127.0.0.1/100.101.31.99/g' ~/.kube/config # Use control plane IP
- name: Deploy to k3s - name: Deploy to k3s
run: | run: |
kubectl apply -f deployment.yaml kubectl apply -f deployment.yaml