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
4 changes: 2 additions & 2 deletions frontend/deploy/templates/frontend.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
{{- if .Values.audit.connectSocket }}
volumeMounts:
- name: mdsd-asa-run-vol
mountPath: /var/run/mdsd/asa
mountPath: /var/run/mdsd
{{- end }}
livenessProbe:
httpGet:
Expand All @@ -105,7 +105,7 @@ spec:
volumes:
- name: mdsd-asa-run-vol
hostPath:
path: /var/run/mdsd/asa
path: /var/run/mdsd
type: Directory
{{- end }}
restartPolicy: Always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ spec:
type: RuntimeDefault
volumeMounts:
- name: mdsd-asa-run-vol
mountPath: /var/run/mdsd/asa
mountPath: /var/run/mdsd
livenessProbe:
httpGet:
path: /healthz
Expand All @@ -173,7 +173,7 @@ spec:
volumes:
- name: mdsd-asa-run-vol
hostPath:
path: /var/run/mdsd/asa
path: /var/run/mdsd
type: Directory
restartPolicy: Always
terminationGracePeriodSeconds: 30
Expand Down
Loading