readability improvements
This commit is contained in:
parent
4dbbaecc6b
commit
63d1a80db8
@ -156,7 +156,7 @@ data:
|
|||||||
filters_update_interval: 24
|
filters_update_interval: 24
|
||||||
blocked_response_ttl: 10
|
blocked_response_ttl: 10
|
||||||
filtering_enabled: true
|
filtering_enabled: true
|
||||||
parental_enabled: false
|
parental_enabled: true
|
||||||
safebrowsing_enabled: false
|
safebrowsing_enabled: false
|
||||||
protection_enabled: true
|
protection_enabled: true
|
||||||
clients:
|
clients:
|
||||||
|
@ -34,7 +34,7 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: Europe/Berlin
|
value: Europe/Berlin
|
||||||
image: adguard/adguardhome:v0.107.41
|
image: adguard/adguardhome
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
@ -7,5 +7,10 @@ resources:
|
|||||||
- service.yaml
|
- service.yaml
|
||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
|
|
||||||
|
images:
|
||||||
|
- name: adguard/adguardhome
|
||||||
|
newName: adguard/adguardhome
|
||||||
|
newTag: v0.107.41
|
||||||
|
|
||||||
namespace: adguard
|
namespace: adguard
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: homeassistant
|
- name: homeassistant
|
||||||
image: homeassistant/home-assistant:2023.11
|
image: homeassistant/home-assistant
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8123
|
- containerPort: 8123
|
||||||
env:
|
env:
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
|
namespace: homeassistant
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
@ -7,12 +10,7 @@ resources:
|
|||||||
- service.yaml
|
- service.yaml
|
||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
|
|
||||||
namespace: homeassistant
|
images:
|
||||||
|
- name: homeassistant/home-assistant
|
||||||
|
newName: homeassistant/home-assistant
|
||||||
# helmCharts:
|
newTag: "2023.11"
|
||||||
# - name: home-assistant
|
|
||||||
# releaseName: homeassistant
|
|
||||||
# version: 13.4.2
|
|
||||||
# valuesFile: values.yaml
|
|
||||||
# repo: https://k8s-at-home.com/charts/
|
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
## You can find it at https://github.com/bjw-s/helm-charts/tree/main/charts/library/common
|
## You can find it at https://github.com/bjw-s/helm-charts/tree/main/charts/library/common
|
||||||
## Refer there for more detail about the supported values
|
## Refer there for more detail about the supported values
|
||||||
|
|
||||||
|
|
||||||
|
image:
|
||||||
|
tag: v1.90.2
|
||||||
|
|
||||||
# These entries are shared between all the Immich components
|
# These entries are shared between all the Immich components
|
||||||
|
|
||||||
env:
|
env:
|
||||||
@ -29,9 +33,6 @@ env:
|
|||||||
IMMICH_SERVER_URL: '{{ printf "http://%s-server:3001" .Release.Name }}'
|
IMMICH_SERVER_URL: '{{ printf "http://%s-server:3001" .Release.Name }}'
|
||||||
IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
|
IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'
|
||||||
|
|
||||||
image:
|
|
||||||
tag: v1.89.0
|
|
||||||
|
|
||||||
immich:
|
immich:
|
||||||
persistence:
|
persistence:
|
||||||
# Main data store for all photos shared between different components.
|
# Main data store for all photos shared between different components.
|
||||||
@ -45,7 +46,6 @@ immich:
|
|||||||
postgresql:
|
postgresql:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
architecture: standalone
|
architecture: standalone
|
||||||
@ -63,29 +63,17 @@ typesense:
|
|||||||
enabled: true
|
enabled: true
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 1Gi
|
size: 1Gi
|
||||||
# storageClass: storage-class
|
|
||||||
image:
|
|
||||||
repository: docker.io/typesense/typesense
|
|
||||||
tag: 0.24.0
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
|
|
||||||
# Immich components
|
# Immich components
|
||||||
|
|
||||||
server:
|
server:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
image:
|
|
||||||
repository: ghcr.io/immich-app/immich-server
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
microservices:
|
microservices:
|
||||||
enabled: true
|
enabled: true
|
||||||
env:
|
|
||||||
REVERSE_GEOCODING_DUMP_DIRECTORY: /geodata-cache
|
|
||||||
persistence:
|
persistence:
|
||||||
geodata-cache:
|
geodata-cache:
|
||||||
enabled: true
|
enabled: true
|
||||||
@ -93,18 +81,9 @@ microservices:
|
|||||||
# Optional: Set this to pvc to avoid downloading the geodata every start.
|
# Optional: Set this to pvc to avoid downloading the geodata every start.
|
||||||
type: emptyDir
|
type: emptyDir
|
||||||
accessMode: ReadWriteMany
|
accessMode: ReadWriteMany
|
||||||
# storageClass: your-class
|
|
||||||
image:
|
|
||||||
repository: ghcr.io/immich-app/immich-server
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
|
|
||||||
machine-learning:
|
machine-learning:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
|
||||||
repository: ghcr.io/immich-app/immich-machine-learning
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
env:
|
|
||||||
TRANSFORMERS_CACHE: /cache
|
|
||||||
persistence:
|
persistence:
|
||||||
cache:
|
cache:
|
||||||
enabled: true
|
enabled: true
|
||||||
@ -112,4 +91,3 @@ machine-learning:
|
|||||||
# Optional: Set this to pvc to avoid downloading the ML models every start.
|
# Optional: Set this to pvc to avoid downloading the ML models every start.
|
||||||
type: emptyDir
|
type: emptyDir
|
||||||
accessMode: ReadWriteMany
|
accessMode: ReadWriteMany
|
||||||
# storageClass: your-class
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
namespace: media
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- pvc.yaml
|
- pvc.yaml
|
||||||
@ -9,4 +11,10 @@ resources:
|
|||||||
- web.service.yaml
|
- web.service.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
|
|
||||||
namespace: media
|
images:
|
||||||
|
- name: jellyfin/jellyfin
|
||||||
|
newName: jellyfin/jellyfin
|
||||||
|
newTag: 10.8.9
|
||||||
|
- name: ghcr.io/jellyfin/jellyfin-vue
|
||||||
|
newName: ghcr.io/jellyfin/jellyfin-vue
|
||||||
|
newTag: unstable.2023-12-08.63507f2
|
||||||
|
@ -13,7 +13,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: jellyfin-server
|
- name: jellyfin-server
|
||||||
image: jellyfin/jellyfin:10.8.9
|
image: jellyfin/jellyfin
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "500Mi"
|
memory: "500Mi"
|
||||||
|
@ -13,7 +13,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: jellyfin-web
|
- name: jellyfin-web
|
||||||
image: ghcr.io/jellyfin/jellyfin-vue:unstable.2023-12-08.63507f2
|
image: ghcr.io/jellyfin/jellyfin-vue
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
|
@ -9,3 +9,8 @@ resources:
|
|||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
- service.yaml
|
- service.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
|
|
||||||
|
images:
|
||||||
|
- name: binwiederhier/ntfy
|
||||||
|
newName: binwiederhier/ntfy
|
||||||
|
newTag: 2.8.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user