Skip to content

Commit

Permalink
Syncthing fix urls (#57)
Browse files Browse the repository at this point in the history
* Fix dashboard and ingress urls

* Bump chart version
  • Loading branch information
cyxou authored Mar 18, 2023
1 parent 300131e commit 526dc52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/syncthing/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: syncthing
description: |
Syncthing is a continuous file synchronization program.
It synchronizes files between two or more computers in real time, safely protected from prying eyes.
version: 0.1.0
version: 0.1.1
appVersion: "1.23"
kubeVersion: ">=1.16.0-0"
type: application
Expand Down
4 changes: 2 additions & 2 deletions charts/syncthing/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ ingress:
main:
enabled: true
hosts:
- host: "{{ .Chart.Name }}.libre.pod"
- host: "syncthing.libre.pod"

dashboard:
expose: true
url: "https://{{ .Chart.Name }}.libre.pod"
url: "https://syncthing.libre.pod"

persistence:
data:
Expand Down

0 comments on commit 526dc52

Please sign in to comment.