Skip to content

Commit

Permalink
Change port to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
ausias-armesto committed Dec 1, 2023
1 parent 0954e1e commit 345494b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/hoprd-operator/templates/deployment-adminui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,21 @@ spec:
failureThreshold: 6
httpGet:
path: /
port: 80
port: 8080
scheme: HTTP
initialDelaySeconds: 0
periodSeconds: 60
successThreshold: 1
timeoutSeconds: 5
ports:
- containerPort: 80
- containerPort: 8080
name: {{ .Values.service.ports.name }}
protocol: TCP
readinessProbe:
failureThreshold: 6
httpGet:
path: /
port: 80
port: 8080
scheme: HTTP
initialDelaySeconds: 5
periodSeconds: 10
Expand Down
2 changes: 1 addition & 1 deletion charts/hoprd-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ service:

## @param service.ports.http service HTTP port number
##
http: 80
http: 8080

## @param service.ports.name service HTTP port name
##
Expand Down

0 comments on commit 345494b

Please sign in to comment.