kube
Some checks failed
Apply Kuberentes Configs / update-repo (push) Successful in 1s
Apply Kuberentes Configs / update-infrastructure (push) Failing after 0s

This commit is contained in:
2026-02-15 18:21:20 -07:00
parent 46b710252e
commit 183ae6f91f

View File

@@ -43,3 +43,17 @@ jobs:
--dry-run=client -o yaml | kubectl apply -f - --dry-run=client -o yaml | kubectl apply -f -
kubectl apply -f kubernetes/copilot/ kubectl apply -f kubernetes/copilot/
- name: jellyfin
env:
KUBECONFIG: /home/gitea-runner/.kube/config
working-directory: /home/gitea-runner/infrastructure
run: |
kubectl apply -f kubernetes/jellyfin/
- name: minecraft
env:
KUBECONFIG: /home/gitea-runner/.kube/config
working-directory: /home/gitea-runner/infrastructure
run: |
kubectl apply -f kubernetes/minecraft/