Skip to content

Commit

Permalink
Remove my custom values and put in sane defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
koskev committed Mar 6, 2024
1 parent 9fa95a9 commit af36038
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions charts/brouter/values.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@

ingress:
enabled: true
ingress_class: nginx-external
host: brouter.kokev.de
ingress_class: nginx
host: brouter.example.com
tls:
enabled: true
issuer: "kokev-issuer"
issuer: null
secret: brouter-tls

update:
Expand All @@ -16,19 +15,10 @@ brouter:
repository: ghcr.io/koskev/brouter
pullPolicy: IfNotPresent
tag: "2024.03.06"
volumes:
- name: segments
hostPath:
path: /mnt/shared_data/k8s/brouter/segments4
volumes: []

brouter_web:
image:
repository: ghcr.io/koskev/brouter-web
pullPolicy: IfNotPresent
tag: "2024.03.06"






0 comments on commit af36038

Please sign in to comment.