Skip to content

Commit

Permalink
fix: re-deply off-deck cronjob
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Jan 9, 2024
1 parent 5f47ff4 commit 0b96db5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kubernetes/main/apps/default/plex/tools/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: []
resources:
# - ./image-cleanup
# - ./off-deck
- ./off-deck
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ spec:
env:
TZ: *timeZone
JBOPS__SCRIPT_PATH: utility/off_deck.py
args: ["/entrypoint.sh", "--playlists", "Smart Toons"]
args: [
"/entrypoint.sh",
"--markWatched",
"--playlists", "Toons", "SleepMix"
]
probes:
liveness:
enabled: false
Expand Down

0 comments on commit 0b96db5

Please sign in to comment.