Skip to content

Commit

Permalink
bigdata-proxy-0.0.2 (#18)
Browse files Browse the repository at this point in the history
service port 8080 becomes 80
  • Loading branch information
thorsteinnth authored Nov 26, 2021
1 parent 4cbe443 commit 2609c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/bigdata-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-proxy
description: A Helm chart for the Spot Big Data Proxy
type: application
version: 0.0.1
version: 0.0.2
appVersion: 0.0.1
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
2 changes: 1 addition & 1 deletion charts/bigdata-proxy/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
ports:
- name: proxy
port: 8080
port: 80
protocol: TCP
targetPort: proxy
selector:
Expand Down

0 comments on commit 2609c86

Please sign in to comment.