Skip to content

Commit

Permalink
updates 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hobroker committed Jan 1, 2024
1 parent 90c37e2 commit 8404d8d
Show file tree
Hide file tree
Showing 48 changed files with 4,651 additions and 689 deletions.
14 changes: 0 additions & 14 deletions docker/adguard/docker-compose.yml

This file was deleted.

11 changes: 0 additions & 11 deletions docker/node-exporter/docker-compose.yml

This file was deleted.

63 changes: 0 additions & 63 deletions helm/Makefile

This file was deleted.

44 changes: 0 additions & 44 deletions helm/adguard.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions helm/base/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ spec:
- name: {{ .Release.Name }}
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
args:
{{- if .Values.args }}
{{- toYaml .Values.args | nindent 12 }}
Expand Down
12 changes: 6 additions & 6 deletions helm/base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ nodeName: kira-pc
restartOnConfigChange: true

services:
- type: LoadBalancer
suffix:
ports:
- protocol: TCP
port: 80
containerPort: 80
# - type: LoadBalancer
# suffix:
# ports:
# - protocol: TCP
# port: 80
# containerPort: 80

labels:

Expand Down
2 changes: 1 addition & 1 deletion helm/bazarr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: linuxserver/bazarr
tag: 1.1.4
tag: 1.4.0

services:
- type: LoadBalancer
Expand Down
60 changes: 0 additions & 60 deletions helm/cloudflared.yaml

This file was deleted.

4 changes: 1 addition & 3 deletions helm/code-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: linuxserver/code-server
tag: 4.14.1
tag: 4.19.1

services:
- type: LoadBalancer
Expand Down Expand Up @@ -42,5 +42,3 @@ ingressRoutes:
websecure:
match: Host(`code.hobroker.me`)
port: 8443
middlewares:
- name: traefik-sso
4 changes: 1 addition & 3 deletions helm/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: grafana/grafana
tag: 10.0.2
tag: 10.2.2

services:
- type: LoadBalancer
Expand Down Expand Up @@ -44,5 +44,3 @@ ingressRoutes:
websecure:
match: Host(`grafana.hobroker.me`)
port: 5000
middlewares:
- name: traefik-sso
24 changes: 0 additions & 24 deletions helm/handbrake.yaml

This file was deleted.

7 changes: 4 additions & 3 deletions helm/home-assistant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: ghcr.io/home-assistant/home-assistant
tag: 2023.7.2
tag: 2023.11.2

services:
- type: LoadBalancer
Expand All @@ -28,8 +28,6 @@ ingressRoutes:
websecure:
match: Host(`home.hobroker.me`)
port: 8123
middlewares:
- name: traefik-sso-rate-limit

configmaps:
home-assistant-configuration:
Expand All @@ -55,3 +53,6 @@ configmaps:
mqtt: !include custom/mqtt.yaml
telegram_bot: !include custom/telegram_bot.yaml
influxdb: !include custom/influxdb.yaml
google_assistant: !include custom/google_assistant.yaml
frontend:
themes: !include_dir_merge_named themes
10 changes: 0 additions & 10 deletions helm/http-https-echo.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions helm/httpbin.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
replicaCount: 1

image:
repository: kennethreitz/httpbin
tag: latest
repository: mendhak/http-https-echo
tag: 31

services:
- type: LoadBalancer
Expand Down
31 changes: 0 additions & 31 deletions helm/influxdb.yaml

This file was deleted.

4 changes: 1 addition & 3 deletions helm/jackett.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: linuxserver/jackett
tag: 0.21.484
tag: 0.21.1280

services:
- type: LoadBalancer
Expand All @@ -27,5 +27,3 @@ ingressRoutes:
websecure:
match: Host(`jackett.hobroker.me`)
port: 9117
middlewares:
- name: traefik-sso
2 changes: 1 addition & 1 deletion helm/jellyfin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: linuxserver/jellyfin
tag: 10.8.10
tag: 10.8.13

services:
- type: LoadBalancer
Expand Down
Loading

0 comments on commit 8404d8d

Please sign in to comment.