Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions ansible/roles/crafty_controller_deploy/defaults/main.yml

This file was deleted.

53 changes: 0 additions & 53 deletions ansible/roles/crafty_controller_deploy/meta/argument_specs.yml

This file was deleted.

86 changes: 0 additions & 86 deletions ansible/roles/crafty_controller_deploy/tasks/main.yml

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions ansible/roles/nfs_provisioner_deploy/defaults/main.yml

This file was deleted.

43 changes: 0 additions & 43 deletions ansible/roles/nfs_provisioner_deploy/meta/argument_specs.yml

This file was deleted.

90 changes: 0 additions & 90 deletions ansible/roles/nfs_provisioner_deploy/tasks/main.yml

This file was deleted.

5 changes: 0 additions & 5 deletions ansible/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@
'NextDNS',
field='homepage_api_token',
vault='HomeLab') }}
crafty_controller_deploy_sfroeber_password: >-
{{ lookup('community.general.onepassword',
'Crafty Controller',
field='password',
vault='HomeLab') }}
proxmox_tailscale_setup_auth_key: >-
{{ lookup('community.general.onepassword',
'Tailscale',
Expand Down
55 changes: 55 additions & 0 deletions argocd/apps/apps/frigate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: frigate
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "30"
spec:
project: coachlight-k3s-apps
source:
repoURL: https://blakeblackshear.github.io/blakeshome-charts/
chart: frigate
targetRevision: "7.8.0"
helm:
valuesObject:
service:
type: ClusterIP
annotations:
tailscale.com/expose: "true"
tailscale.com/tags: "tag:k8s,tag:apps"
tailscale.com/hostname: "frigate"

persistence:
config:
enabled: true
storageClass: "nfs-synology-retain"
media:
enabled: true
storageClass: "nfs-synology-retain"

ingress:
enabled: true
className: ""
annotations:
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "Frigate"
gethomepage.dev/description: "NVR with realtime object detection"
gethomepage.dev/group: "Cameras"
gethomepage.dev/icon: "frigate.png"
hosts:
- host: frigate
paths:
- path: /
pathType: Prefix

destination:
server: https://kubernetes.default.svc
namespace: frigate
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
Loading