cleaning up
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 0s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 2s
Manage Jellyfin Playlists / update-repo (push) Successful in 0s
Manage Jellyfin Playlists / run-python (push) Successful in 49s

This commit is contained in:
2026-02-15 18:23:18 -07:00
parent b8a80d9290
commit b768860289
2 changed files with 5 additions and 71 deletions

View File

@@ -7,11 +7,13 @@ jobs:
update-infrastructure:
runs-on: home-server
needs: update-repo-folder
env:
KUBECONFIG: /home/gitea-runner/.kube/config
defaults:
run:
working-directory: /home/gitea-runner/infrastructure
steps:
- name: update home server containers
env:
KUBECONFIG: /home/gitea-runner/.kube/config
working-directory: /home/gitea-runner/infrastructure
run: |
kubectl apply -f kubernetes/proxy-ingress
@@ -19,23 +21,14 @@ jobs:
ingressclass.kubernetes.io/is-default-class="true" --overwrite
- name: audiobookshelf
env:
KUBECONFIG: /home/gitea-runner/.kube/config
working-directory: /home/gitea-runner/infrastructure
run: |
kubectl apply -f kubernetes/audiobookshelf/
- name: home assistant
env:
KUBECONFIG: /home/gitea-runner/.kube/config
working-directory: /home/gitea-runner/infrastructure
run: |
kubectl apply -f kubernetes/homeassistant/
- name: copilot
env:
KUBECONFIG: /home/gitea-runner/.kube/config
working-directory: /home/gitea-runner/infrastructure
run: |
kubectl create secret generic copilot-secret \
-n copilot \
@@ -45,15 +38,9 @@ jobs:
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/