Skip to content

Commit

Permalink
fix: correct some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
saman2000hoseini committed Jul 11, 2023
1 parent 1ccdbcc commit 606f077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/webhook-proxy/templates/route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
host: webhook-proxy.apps.private.{{ .Values.region_hostname }}
port:
targetPort: http
targetPort: 8080
to:
kind: Service
name: webhook-proxy
Expand Down
2 changes: 1 addition & 1 deletion deployments/webhook-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
tag: "main@sha256:afb77917d7186242ace86974cc7276974a2d3efb98dd90462b1614902a085bdf"

service:
port: 80
port: 8080

resources:
limits:
Expand Down

0 comments on commit 606f077

Please sign in to comment.