Compare commits

...

34 commits

Author SHA1 Message Date
ec4deeec4c Delete renovate.json 2024-10-15 00:32:06 -04: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
7 changed files with 27 additions and 21 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -1,7 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"kubernetes": {
"fileMatch": ["\\.yaml$"]
}
}

View file

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