Skip to content

Commit

Permalink
RM probe change for windows container
Browse files Browse the repository at this point in the history
  • Loading branch information
mereta committed Nov 21, 2024
1 parent b8aa370 commit c7c9a83
Showing 1 changed file with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,19 +197,9 @@ spec:
- -command
- .\setkubeconfigpath.ps1; ./controller.exe --config ./retina/config.yaml --kubeconfig ./kubeconfig
readinessProbe:
exec:
command:
- hubble
- status
initialDelaySeconds: 15
periodSeconds: 10
livenessProbe:
exec:
command:
- hubble
- status
initialDelaySeconds: 30
periodSeconds: 30
httpGet:
path: /metrics
port: {{ .Values.agent.container.retina.ports.containerPort }}
env:
- name: POD_NAME
valueFrom:
Expand Down

0 comments on commit c7c9a83

Please sign in to comment.