Skip to content

Commit

Permalink
Changing deployment port to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
asharmah4h committed Feb 28, 2024
1 parent 0b5f45d commit 7672aad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm-charts/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ingress:
hosts:
- host: "dev-api.infini-connect.devoteam.nl"
paths:
- path: /
- path: /api
pathType: Prefix
tls: []
# - secretName: chart-example-tls
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/infini-connect/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 80
containerPort: 8080
protocol: TCP
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ ingress:
annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "false"
hosts:
- host: "https://api.infini-connect.devoteam.nl"
- host: "https://infini-connect.devoteam.nl"
paths:
- path: /
- path: /api
pathType: Prefix
tls: []
# - secretName: chart-example-tls
Expand Down

0 comments on commit 7672aad

Please sign in to comment.