trying again
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 1s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 3s
Libation / update-repo (push) Successful in 0s
Libation / sync-audiobooks (push) Successful in 4s
ZFS Backup / update-infrastructure (push) Successful in 52s
Manage Jellyfin Playlists / update-repo (push) Successful in 0s
Manage Jellyfin Playlists / run-python (push) Successful in 47s
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 1s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 3s
Libation / update-repo (push) Successful in 0s
Libation / sync-audiobooks (push) Successful in 4s
ZFS Backup / update-infrastructure (push) Successful in 52s
Manage Jellyfin Playlists / update-repo (push) Successful in 0s
Manage Jellyfin Playlists / run-python (push) Successful in 47s
This commit is contained in:
@@ -48,3 +48,4 @@ jobs:
|
||||
- name: homepage
|
||||
run: |
|
||||
kubectl apply -f kubernetes/homepage/
|
||||
kubectl rollout restart deployment/homepage -n homepage
|
||||
@@ -18,9 +18,11 @@ spec:
|
||||
labels:
|
||||
app: homepage
|
||||
spec:
|
||||
restartPolicy: Always
|
||||
containers:
|
||||
- name: homepage
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
name: http
|
||||
@@ -35,7 +37,6 @@ spec:
|
||||
hostPath:
|
||||
path: /data/homepage
|
||||
type: DirectoryOrCreate
|
||||
restartPolicy: Always
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
Reference in New Issue
Block a user