Skip to content

feat: use port name for livenessProbe in helm chart #10159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 3 additions & 2 deletions charts/kubernetes-dashboard/values.yaml
Original file line number Diff line number Diff line change
@@ -319,7 +319,8 @@ metricsScraper:
extraSpec: ~
containers:
ports:
- containerPort: 8000
- name: metrics
containerPort: 8000
protocol: TCP
args: []
# Additional container environment variables
@@ -347,7 +348,7 @@ metricsScraper:
httpGet:
scheme: HTTP
path: /
port: 8000
port: metrics
initialDelaySeconds: 30
timeoutSeconds: 30
automountServiceAccountToken: true