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:
@@ -47,4 +47,5 @@ jobs:
|
|||||||
|
|
||||||
- name: homepage
|
- name: homepage
|
||||||
run: |
|
run: |
|
||||||
kubectl apply -f kubernetes/homepage/
|
kubectl apply -f kubernetes/homepage/
|
||||||
|
kubectl rollout restart deployment/homepage -n homepage
|
||||||
@@ -18,9 +18,11 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: homepage
|
app: homepage
|
||||||
spec:
|
spec:
|
||||||
|
restartPolicy: Always
|
||||||
containers:
|
containers:
|
||||||
- name: homepage
|
- name: homepage
|
||||||
image: ghcr.io/gethomepage/homepage:latest
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
name: http
|
name: http
|
||||||
@@ -35,7 +37,6 @@ spec:
|
|||||||
hostPath:
|
hostPath:
|
||||||
path: /data/homepage
|
path: /data/homepage
|
||||||
type: DirectoryOrCreate
|
type: DirectoryOrCreate
|
||||||
restartPolicy: Always
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
Reference in New Issue
Block a user