Skip to content

Commit

Permalink
Knowledge: change container port
Browse files Browse the repository at this point in the history
 and not service port
  • Loading branch information
ddecrulle committed Dec 4, 2023
1 parent 3285e95 commit ce7d230
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/knowledge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies:
repository: https://charts.bitnami.com/bitnami

type: application
version: 0.5.2
version: 0.5.3
appVersion: "1.16.0"
2 changes: 1 addition & 1 deletion charts/knowledge/templates/ui/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
name: {{ template "knowledge.ui.fullname" . }}
ports:
- name: http
containerPort: 80
containerPort: 8080
protocol: TCP
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion charts/knowledge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ui:

service:
type: ClusterIP
port: 8080
port: 80

ingress:
enabled: false
Expand Down

0 comments on commit ce7d230

Please sign in to comment.