Skip to content

Commit

Permalink
Correction in charts ports mapping and in the dockerfile and in the d…
Browse files Browse the repository at this point in the history
…ocker-compose file
  • Loading branch information
christopherime committed Dec 21, 2022
1 parent 1acda60 commit 6a871a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ COPY --from=builder /go/src/build/workspaceone-exporter /usr/local/bin/workspace
RUN mkdir /var/log/workspaceone-exporter
RUN chmod 677 /var/log/workspaceone-exporter
CMD ["/usr/local/bin/workspaceone-exporter"]
EXPOSE 9740
4 changes: 2 additions & 2 deletions charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ envVars:
value: myTagFilter

image:
repository: nginx
repository: ghcr.io/christopherime/workspaceone-exporter
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down Expand Up @@ -54,7 +54,7 @@ securityContext: {}

service:
type: ClusterIP
port: 80
port: 9740

ingress:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ services:
- WS1_INTERVAL=${WS1_INTERVAL}
- TAG_FILTER=${TAG_FILTER}
ports:
- 9740:9740a
- 9740:9740

0 comments on commit 6a871a1

Please sign in to comment.