Skip to content

Commit

Permalink
Update helmrelease.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Mar 11, 2024
1 parent 9a6f5df commit 9a8613a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions kubernetes/storage/apps/default/kopia/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ spec:
retries: 3
values:
controllers:
main:
kopia:
annotations:
reloader.stakater.com/auto: "true"
containers:
main:
app:
image:
repository: docker.io/kopia/kopia
tag: 0.15.0@sha256:e7af739af249782004a280a15fdc22b93012d5e118051bf143a1484669f0aa8a
Expand Down Expand Up @@ -68,15 +68,15 @@ spec:
privileged: true
runAsUser: 0
service:
main:
app:
ports:
http:
port: 80
metrics:
port: 8080
serviceMonitor:
main:
enabled: true
app:
serviceName: app
endpoints:
- port: metrics
scheme: http
Expand All @@ -85,14 +85,13 @@ spec:
scrapeTimeout: 10s
ingress:
main:
enabled: true
className: internal
hosts:
- host: &host "{{ .Release.Name }}.turbo.ac"
paths:
- path: /
service:
name: main
name: app
port: http
tls:
- hosts:
Expand Down

0 comments on commit 9a8613a

Please sign in to comment.