fixup! 🚀 frigate

This commit is contained in:
auricom
2023-08-27 19:33:06 +02:00
parent 6a063c062e
commit 489c2338b4
2 changed files with 2 additions and 15 deletions

View File

@@ -85,12 +85,6 @@ spec:
- *host - *host
securityContext: securityContext:
privileged: true privileged: true
volumeClaimTemplates:
- name: config
mountPath: /data
accessMode: ReadWriteOnce
size: 5Gi
storageClass: rook-ceph-block
persistence: persistence:
config-file: config-file:
enabled: true enabled: true
@@ -124,15 +118,6 @@ spec:
nodeSelector: nodeSelector:
google.feature.node.kubernetes.io/coral: "true" google.feature.node.kubernetes.io/coral: "true"
intel.feature.node.kubernetes.io/gpu: "true" intel.feature.node.kubernetes.io/gpu: "true"
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app.kubernetes.io/name
operator: In
values: ["plex"]
topologyKey: kubernetes.io/hostname
resources: resources:
requests: requests:
cpu: 10m cpu: 10m

View File

@@ -5,6 +5,8 @@ kind: Kustomization
metadata: metadata:
name: cluster-apps-frigate name: cluster-apps-frigate
namespace: flux-system namespace: flux-system
labels:
substitution.flux.home.arpa/enabled: "true"
spec: spec:
dependsOn: dependsOn:
- name: cluster-apps-external-secrets-stores - name: cluster-apps-external-secrets-stores