Skip to content

Commit

Permalink
fix: chart apprise/rsnapshot/syncthing (#82)
Browse files Browse the repository at this point in the history
### Summary

Chart syntax has been updated
  • Loading branch information
hobroker authored Jun 23, 2024
1 parent 6b8ec62 commit 7deba46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions charts/automation/apprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ controllers:

service:
main:
controller: main
type: ClusterIP
ports:
http:
Expand Down
4 changes: 0 additions & 4 deletions charts/automation/rsnapshot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ controllers:
failedJobsHistory: 3
backoffLimit: 3

service:
main:
enabled: false

persistence:
data:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions charts/automation/syncthing/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ controllers:

service:
main:
controller: main
type: LoadBalancer
ports:
http:
Expand Down Expand Up @@ -51,11 +52,10 @@ persistence:
ingress:
main:
enabled: true
ingressClassName: "traefik"
hosts:
- host: syncthing.hobroker.me
paths:
- path: /
pathType: Prefix
service:
name: main
identifier: main

0 comments on commit 7deba46

Please sign in to comment.