Compare commits

...

7 commits

6 changed files with 10 additions and 19 deletions

View file

@ -36,7 +36,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/onedr0p/home-assistant repository: ghcr.io/onedr0p/home-assistant
tag: 2024.10.1@sha256:8954c731b1b9a1a15bfb05bbb8941d11f8f88ca2b3920466e216ba77342d5ce3 tag: 2024.10.1@sha256:04614835418d2bdacd64685b516e58e7c5446f72485d446e7635282ba1a06c43
env: env:
TZ: America/Chicago TZ: America/Chicago
envFrom: envFrom:

View file

@ -31,7 +31,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/onedr0p/prowlarr-develop repository: ghcr.io/onedr0p/prowlarr-develop
tag: 1.25.1.4770@sha256:f3022d833beddc5bc493424b1c00c9726e20b9e79e871f53690b1a6b8f300db8 tag: 1.25.1.4770@sha256:8b59eb7f9e5321b702bdacae3468b63d71720091ba3b0e9dfaca686a7705d2b8
env: env:
# Ref: https://github.com/Radarr/Radarr/issues/7030#issuecomment-1039689518 # Ref: https://github.com/Radarr/Radarr/issues/7030#issuecomment-1039689518
# Ref: https://github.com/dotnet/runtime/issues/9336 # Ref: https://github.com/dotnet/runtime/issues/9336

View file

@ -31,7 +31,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/onedr0p/sabnzbd repository: ghcr.io/onedr0p/sabnzbd
tag: 4.3.3@sha256:27134c17691085ba995cf0c3570489d2590cf271f88b9c750be820aa6440c473 tag: 4.3.3@sha256:6614d759bbaa6884926c6aa75018339bd35cd1add0ff92c907087327dd470477
env: env:
TZ: America/Chicago TZ: America/Chicago
SABNZBD__PORT: &port 80 SABNZBD__PORT: &port 80

View file

@ -3,5 +3,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- vmalert.yaml # - vmalert.yaml
- vmsingle.yaml - vmsingle.yaml

View file

@ -3,33 +3,24 @@
apiVersion: operator.victoriametrics.com/v1beta1 apiVersion: operator.victoriametrics.com/v1beta1
kind: VMSingle kind: VMSingle
metadata: metadata:
name: cluster name: victoria
spec: spec:
# Possible units character: h(ours), d(ays), w(eeks), y(ears). Min 24h.
retentionPeriod: "6" # months if not specified
useStrictSecurity: true
extraArgs: extraArgs:
dedup.minScrapeInterval: 10s dedup.minScrapeInterval: 10s
maxLabelsPerTimeseries: "40" maxLabelsPerTimeseries: "40"
search.minStalenessInterval: 5m search.minStalenessInterval: 5m
vmalert.proxyURL: http://vmalert-cluster.observability.svc:8080 # vmalert.proxyURL: http://vmalert-cluster.observability.svc:8080
replicaCount: 1
resources: resources:
requests: requests:
cpu: 5m cpu: 5m
limits: limits:
memory: 2Gi memory: 2Gi
# -- Data retention period. Possible units character: h(ours), d(ays), w(eeks), y(ears), if no unit character specified - month. The minimum retention period is 24h. See these [docs](https://docs.victoriametrics.com/single-server-victoriametrics/#retention)
retentionPeriod: "6"
storage: storage:
accessModes: [ReadWriteOnce] accessModes: [ReadWriteOnce]
resources: resources:
requests: requests:
storage: 10Gi storage: 10Gi
storageClassName: openebs-hostpath storageClassName: openebs-hostpath
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
app.kubernetes.io/instance: cluster
app.kubernetes.io/name: vmsingle
useStrictSecurity: true

View file

@ -35,7 +35,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/cross-seed/cross-seed repository: ghcr.io/cross-seed/cross-seed
tag: 6.0.0-37@sha256:782aad25322385e0271d28a3e836a27d0754a9b52070d66a13b374070b0c0b1c tag: 6.0.0-39@sha256:d871f4204840cb67fec4d417bd4cc5b3fe42abd98aa0f3304b309e410c02f40b
env: env:
TZ: America/Chicago TZ: America/Chicago
args: ["daemon"] args: ["daemon"]