Skip to content

Commit

Permalink
fix default service http port
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Oct 26, 2023
1 parent 3ef92d5 commit ba33fde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mviewer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mviewer
description: A Helm chart to deploy the mviewer stack
type: application
version: 0.2.7
version: 0.2.8
appVersion: "3.9"
maintainers:
- name: geOrchestra
Expand Down
2 changes: 1 addition & 1 deletion mviewer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ mviewerstudio:

service:
type: ClusterIP
port: 80
port: 8000
annotations: {}

#lifecycle:
Expand Down

0 comments on commit ba33fde

Please sign in to comment.