Compare commits

..

1 commit

7 changed files with 64 additions and 25 deletions

View file

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

View file

@ -3,7 +3,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./externalsecret.yaml
- ./helmrelease.yaml
- ../../../../templates/gatus/internal
- ../../../../templates/volsync
- ./externalsecret.yaml
- ./helmrelease.yaml

View file

@ -5,4 +5,4 @@ kind: Kustomization
resources:
- ./helmrelease.yaml
- ../../../../templates/volsync
- ../../../../templates/gatus/internal
# - ../../../../templates/gatus/internal

View file

@ -69,7 +69,7 @@ spec:
app:
image:
repository: ghcr.io/bjw-s-labs/piped-frontend
tag: latest@sha256:07ab90aa25302bcc6673d7a52b5d4b129490a8fb543d5648b87ed1d366ce547e
tag: latest@sha256:d9bcfa5f98214003d1c6b614c7b922159cdd321489d02502920b7d8e18fc96cf
env:
HTTP_PORT: 8080
HTTP_WORKERS: 4

View file

@ -3,7 +3,7 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: &app scrypted
name: scrypted
spec:
interval: 30m
chart:
@ -32,7 +32,7 @@ spec:
app:
image:
repository: ghcr.io/koush/scrypted
tag: v0.119.1-jammy-nvidia
tag: v0.119.1-jammy-full
probes:
liveness:
enabled: true
@ -54,26 +54,15 @@ spec:
privileged: true
service:
app:
controller: *app
type: LoadBalancer
annotations:
io.cilium/lb-ipam-ips: 10.1.1.33
nameOverride: *app
controller: scrypted
ports:
http:
port: 11080
primary: true
rebroadcast1: # driveway
port: 39655
rebroadcast2: # sideyard
port: 46561
rebroadcast3: # doorbell
port: 44759
homekit: # homekit
port: 42010
homekit-bridge: # bridge
port: 33961
# rebroadcast1:
# port: 34135
# rebroadcast2:
# port: 34136
ingress:
app:

View file

@ -7,8 +7,7 @@ metadata:
spec:
loadBalancerIPs: true
# interfaces: ["^enp.*|^eth.*|^ens.*|^eno.*"]
interfaces: ["^eno+|^enp+|^bond+"]
# interfaces: ["^bond+"]
interfaces: ["^eno+|^enp+"]
nodeSelector:
matchLabels:
kubernetes.io/os: linux

View file

@ -35,6 +35,16 @@ endpoints:
- "[STATUS] == 200"
alerts:
- type: pushover
# - name: Umami
# group: external
# url: https://umi.hsn.dev/script.js
# interval: 1m
# client:
# dns-resolver: tcp://1.1.1.1:53
# conditions:
# - "[STATUS] == 200"
# alerts:
# - type: pushover
- name: Nextcloud External
group: external
url: https://nc.hsn.dev
@ -68,6 +78,16 @@ endpoints:
- "[STATUS] == 200"
alerts:
- type: pushover
- name: Gollum
group: internal
url: http://gollum.jahanson.tech
interval: 1m
client:
dns-resolver: tcp://10.1.1.1:53
conditions:
- "[STATUS] == 200"
alerts:
- type: pushover
- name: Nextcloud Internal
group: internal
url: https://nc.hsn.dev
@ -81,3 +101,34 @@ endpoints:
- "[STATUS] == 200"
alerts:
- type: pushover
### No clue why icmp is not working.
# - name: Shadowfax
# group: internal
# url: icmp://shadowfax.jahanson.tech
# interval: 1m
# client:
# dns-resolver: tcp://10.1.1.1:53
# conditions:
# - "[CONNECTED] == true"
# alerts:
# - type: pushover
# - name: Gandalf
# group: internal
# url: icmp://gandalf.jahanson.tech
# interval: 1m
# client:
# dns-resolver: tcp://10.1.1.1:53
# conditions:
# - "[CONNECTED] == true"
# alerts:
# - type: pushover
# - name: Home Assistant
# group: internal
# url: icmp://hass.jahanson.tech
# interval: 1m
# client:
# dns-resolver: tcp://10.1.1.1:53
# conditions:
# - "[CONNECTED] == true"
# alerts:
# - type: pushover