Skip to content

Commit

Permalink
Merge branch 'main' into epic/ATL-4095-revocation-for-jwt-creds
Browse files Browse the repository at this point in the history
  • Loading branch information
shotexa authored Dec 19, 2023
2 parents 7ebb3b0 + 6e18666 commit 6570c26
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions infrastructure/charts/agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@ spec:
- name: prism-agent-server
image: "{{ .Values.server.image.repository }}/{{ .Values.server.image.tag }}:{{ .Values.server.image.version | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.server.image.pullPolicy }}
livenessProbe:
httpGet:
path: /_system/health
port: 8085
initialDelaySeconds: 10
periodSeconds: 5
readinessProbe:
httpGet:
path: /_system/health
port: 8085
initialDelaySeconds: 5
periodSeconds: 5
resources:
{{- toYaml .Values.server.resources | nindent 12 }}
ports:
Expand Down

0 comments on commit 6570c26

Please sign in to comment.