Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/frontier/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.3.0
version: 0.3.1

dependencies:
- name: app
Expand Down
4 changes: 4 additions & 0 deletions stable/frontier/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ frontier-app:
livenessProbe:
grpc:
port: 8082
httpGet: null
readinessProbe:
grpc:
port: 8082
httpGet: null
ports:
- name: admin-ui
containerPort: 3000
Expand Down Expand Up @@ -69,9 +71,11 @@ frontier-worker:
livenessProbe:
grpc:
port: 8082
httpGet: null
readinessProbe:
grpc:
port: 8082
httpGet: null
ports:
- name: admin-ui
containerPort: 3000
Expand Down
Loading