Compare commits

..

2 commits

7 changed files with 22 additions and 28 deletions

View file

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

View file

@ -74,30 +74,26 @@ spec:
protocol: TCP protocol: TCP
type: ClusterIP type: ClusterIP
--- ---
apiVersion: networking.k8s.io/v1 apiVersion: traefik.io/v1alpha1
kind: Ingress kind: IngressRoute
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:
rules: entryPoints:
- host: "bazarr.mafyuh.com" - websecure
http: routes:
paths: - match: Host(`bazarr.${LOCAL_DOMAIN}`)
- path: / kind: Rule
pathType: Prefix services:
backend: - name: headless-bazarr
service: port: 6767
name: headless-bazarr middlewares:
port: - name: default-headers
number: 6767
tls: tls:
- hosts: secretName: local-mafyuh-com-production-tls
- "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,4 +6,3 @@ 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: radarr - name: radarr
image: ghcr.io/linuxserver/radarr@sha256:c5b78b1f1e8556d781788194c4ee2b87ca7e3620b701bfce31499e60ee50eca3 image: ghcr.io/linuxserver/radarr@sha256:bf5aaf1577edbc3ba33db069676e7f8324eda33761ca59721942bc8ef56c015c
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: PUID - name: PUID
@ -42,7 +42,7 @@ spec:
- name: nas - name: nas
nfs: nfs:
path: /mnt/thePool/thePoolShare path: /mnt/thePool/thePoolShare
server: nas.local.mafyuh.com server: 10.0.0.10
- name: radarr-config - name: radarr-config
persistentVolumeClaim: persistentVolumeClaim:
claimName: radarr-config claimName: radarr-config

7
renovate.json Normal file
View file

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

View file

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