Skip to content

Commit

Permalink
Fix ingress config error
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Nov 20, 2024
1 parent add4c82 commit 25ef8ec
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions charts/webrtc-observer-org/templates/webapp.yaml
Original file line number Diff line number Diff line change
@@ -80,14 +80,13 @@ spec:
name: webapp
port:
number: 80
- backend:
service:
name: grafana-external
port:
number: 80
path: /g
- path: /g
pathType: Prefix

backend:
service:
name: grafana-external
port:
number: 80
- host: {{ .Values.mediadomain }}
http:
paths:

0 comments on commit 25ef8ec

Please sign in to comment.