Skip to content

Commit

Permalink
Rename webconsole to ocpconsole and add integrated console container
Browse files Browse the repository at this point in the history
  • Loading branch information
agonzalezrh committed Feb 13, 2024
1 parent b778dbe commit 10c918f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/showroom-single-pod/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ spec:
- containerPort: 8000
protocol: TCP
livenessProbe:
httpget:
httpGet:
path: /
port: 8000
readinessProbe:
httpget:
httpGet:
path: /
port: 8000

Expand Down Expand Up @@ -113,11 +113,11 @@ spec:
- containerPort: 9000
protocol: TCP
livenessProbe:
httpget:
httpGet:
path: /
port: 9000
readinessProbe:
httpget:
httpGet:
path: /
port: 9000
{{- end }}
Expand Down

0 comments on commit 10c918f

Please sign in to comment.