Skip to content

Commit

Permalink
port 올바르게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeniuus committed Mar 6, 2024
1 parent 9e08d48 commit ed49f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-chart/scc-admin-frontend/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ securityContext:

service:
type: ClusterIP
port: 80
port: 3000

ingress:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/scc-admin-frontend/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ securityContext:
# runAsUser: 1000
service:
type: ClusterIP
port: 80
port: 3000
ingress:
enabled: true
className: ""
Expand Down

0 comments on commit ed49f6c

Please sign in to comment.