Skip to content

Commit

Permalink
Open tensorboard port and bump chart
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklausbrown committed Apr 20, 2024
1 parent 88052de commit f9d13ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/jupyter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.1
version: 0.4.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 3 additions & 0 deletions charts/jupyter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ spec:
- name: jupyter
containerPort: 8888
protocol: TCP
- name: tensorboard
containerPort: 6006
protocol: TCP
livenessProbe:
httpGet:
path: /api/status
Expand Down

0 comments on commit f9d13ed

Please sign in to comment.