Compare commits
1 commit
d03c601a5a
...
d38eea0edf
Author | SHA1 | Date | |
---|---|---|---|
d38eea0edf |
9 changed files with 18 additions and 31 deletions
|
@ -5,7 +5,7 @@ metadata:
|
||||||
name: authentik
|
name: authentik
|
||||||
namespace: default
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
interval: 15m
|
interval: 14m
|
||||||
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: 15m
|
interval: 14m
|
||||||
install:
|
install:
|
||||||
remediation:
|
remediation:
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# all invalid values, pushed to git for testing with flux.
|
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: prowlarr
|
- name: prowlarr
|
||||||
image: ghcr.io/linuxserver/prowlarr@sha256:7c3e7840c726828643131583514b66f38e7af29021d5a7b05ed8ed5c8ec0b596
|
image: ghcr.io/linuxserver/prowlarr@sha256:c43dc0311d4381395b60b3a6068e82226eddb213278bfe886bebabe67eb0f762
|
||||||
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
|
||||||
|
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: sonarr
|
- name: sonarr
|
||||||
image: ghcr.io/linuxserver/sonarr@sha256:8414846e440ca34c1cbed96daf7d5b3bcde20aab79761aaaaef496f24cec8d20
|
image: ghcr.io/linuxserver/sonarr@sha256:3f193d343c1225676c1ea0547c5022fd83c4459a493870179dff9e87c54dbbc9
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: PUID
|
- name: PUID
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: apps
|
|
||||||
namespace: flux-system
|
|
||||||
data:
|
|
||||||
path: /mnt/thePool/thePoolShare
|
|
Loading…
Reference in a new issue