Compare commits

...

38 commits

Author SHA1 Message Date
d03c601a5a ⬆️ Update ghcr.io/linuxserver/prowlarr Docker digest to 7c3e784 2024-07-17 04:02:01 +00:00
3401b9959b done with flux 2024-07-13 10:22:20 -04:00
9f9d2291e1 test 2024-07-13 10:21:13 -04:00
6be6f216a3 test 2024-07-13 10:20:24 -04:00
0cf554d66f test 2024-07-13 10:19:23 -04:00
945937b59c tets 2024-07-13 10:18:35 -04:00
bda9106af2 terst 2024-07-13 10:12:38 -04:00
5b1ac8ab40 done with that bs 2024-07-12 21:55:46 -04:00
9df073eaea test 2024-07-12 21:52:57 -04:00
1a5b22ec9c test 2024-07-12 21:51:30 -04:00
5137706f14 test 2024-07-12 21:46:18 -04:00
4d96065d81 test 2024-07-12 21:42:44 -04:00
215a394bf2 test 2024-07-12 21:33:48 -04:00
2734e27745 test 2024-07-12 21:31:57 -04:00
8c543f74ce test 2024-07-12 20:53:05 -04:00
821158b12b test 2024-07-12 20:22:47 -04:00
d8bc1b0846 never thought i would spend 4 days trying to figure out variable substitution but here we are 2024-07-11 22:20:53 -04:00
fdc5f9c013 test 2024-07-11 21:58:45 -04:00
d23065af9e test 2024-07-11 21:54:03 -04:00
dc93791c99 test 2024-07-11 21:50:02 -04:00
e813e5a3a9 testing 2024-07-09 20:48:02 -04:00
d0a631d430 testing 2024-07-09 20:44:28 -04:00
6598e55d95 testing 2024-07-09 20:41:32 -04:00
3ea1d2feee testing 2024-07-09 20:34:50 -04:00
594c5c618f testing 2024-07-09 20:32:46 -04:00
c2fb8c2864 testing 2024-07-09 20:28:02 -04:00
24a60c6c1f testing 2024-07-09 20:24:12 -04:00
7a96b01ac1 testing 2024-07-09 20:22:28 -04:00
2fce057054 testing 2024-07-08 23:26:00 -04:00
87fa9d0efa whoops 2024-07-08 23:09:24 -04:00
a3bdedc3df testing 2024-07-08 23:03:37 -04:00
da0ad97810 testing 2024-07-08 23:01:02 -04:00
89b093b947 Merge branch 'main' of https://git.mafyuh.dev/mafyuh/kub 2024-07-08 22:31:03 -04:00
03b2c2b14f testing 2024-07-08 22:30:58 -04:00
9335c045cd Merge pull request '⬆️ Update ghcr.io/linuxserver/sonarr Docker digest to 8414846' (#8) from renovate/ghcr.io-linuxserver-sonarr into main
Reviewed-on: #8
2024-07-08 20:37:00 -04:00
68b6c98ea6 Merge branch 'main' into renovate/ghcr.io-linuxserver-sonarr 2024-07-08 20:36:53 -04:00
6bf9892827 testing 2024-07-07 20:35:35 -04:00
3321b8c336 ⬆️ Update ghcr.io/linuxserver/sonarr Docker digest to 8414846 2024-07-08 00:01:57 +00:00
9 changed files with 31 additions and 18 deletions

View file

@ -5,7 +5,7 @@ metadata:
name: authentik name: authentik
namespace: default namespace: default
spec: spec:
interval: 14m interval: 15m
chart: chart:
spec: spec:
chart: authentik chart: authentik
@ -14,7 +14,7 @@ spec:
kind: HelmRepository kind: HelmRepository
name: authentik-chart name: authentik-chart
namespace: flux-system namespace: flux-system
interval: 14m interval: 15m
install: install:
remediation: remediation:
retries: 5 retries: 5

View file

@ -1,3 +1,4 @@
# all invalid values, pushed to git for testing with flux.
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:

View file

@ -74,26 +74,30 @@ spec:
protocol: TCP protocol: TCP
type: ClusterIP type: ClusterIP
--- ---
apiVersion: traefik.io/v1alpha1 apiVersion: networking.k8s.io/v1
kind: IngressRoute kind: Ingress
metadata: metadata:
name: bazarr name: bazarr
namespace: default namespace: default
annotations: annotations:
kubernetes.io/ingress.class: traefik-external kubernetes.io/ingress.class: traefik-external
spec: spec:
entryPoints: rules:
- websecure - host: "bazarr.mafyuh.com"
routes: http:
- match: Host(`bazarr.${LOCAL_DOMAIN}`) paths:
kind: Rule - path: /
services: pathType: Prefix
- name: headless-bazarr backend:
port: 6767 service:
middlewares: name: headless-bazarr
- name: default-headers port:
number: 6767
tls: tls:
secretName: local-mafyuh-com-production-tls - hosts:
- "bazarr.local.mafyuh.com"
secretName: local-mafyuh-com-production-tls
--- ---
apiVersion: traefik.io/v1alpha1 apiVersion: traefik.io/v1alpha1
kind: IngressRoute kind: IngressRoute

View file

@ -6,3 +6,4 @@ metadata:
data: data:
LOCAL_DOMAIN: "local.mafyuh.com" LOCAL_DOMAIN: "local.mafyuh.com"
PUBLIC_DOMAIN: "mafyuh.com" PUBLIC_DOMAIN: "mafyuh.com"
NAS_IP: "10.0.0.10"

View file

@ -17,7 +17,7 @@ spec:
spec: spec:
containers: containers:
- name: prowlarr - name: prowlarr
image: ghcr.io/linuxserver/prowlarr@sha256:3e23c577e77a92dfdddcccb8988bccc89d142dfd3669c616c5b3ce1cdc500022 image: ghcr.io/linuxserver/prowlarr@sha256:7c3e7840c726828643131583514b66f38e7af29021d5a7b05ed8ed5c8ec0b596
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: PUID - name: PUID

View file

@ -42,7 +42,7 @@ spec:
- name: nas - name: nas
nfs: nfs:
path: /mnt/thePool/thePoolShare path: /mnt/thePool/thePoolShare
server: 10.0.0.10 server: nas.local.mafyuh.com
- name: radarr-config - name: radarr-config
persistentVolumeClaim: persistentVolumeClaim:
claimName: radarr-config claimName: radarr-config

View file

@ -17,7 +17,7 @@ spec:
spec: spec:
containers: containers:
- name: sonarr - name: sonarr
image: ghcr.io/linuxserver/sonarr@sha256:3f193d343c1225676c1ea0547c5022fd83c4459a493870179dff9e87c54dbbc9 image: ghcr.io/linuxserver/sonarr@sha256:8414846e440ca34c1cbed96daf7d5b3bcde20aab79761aaaaef496f24cec8d20
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: PUID - name: PUID

View file

@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: apps
namespace: flux-system
data:
path: /mnt/thePool/thePoolShare