Skip to content

Commit

Permalink
LCAM-1386|Enable service to service communication
Browse files Browse the repository at this point in the history
venkat980 committed Jun 14, 2024
1 parent e1e43cf commit 1900c01
Showing 5 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm_deploy/laa-crime-evidence/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -2,13 +2,14 @@ apiVersion: v1
kind: Service
metadata:
name: {{ include "laa-crime-evidence.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "laa-crime-evidence.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
targetPort: {{ .Values.service.targetPort }}
protocol: TCP
name: http
{{- if not (eq (toString .Values.actuator.port) "http") }}
Binary file modified helm_deploy/laa-crime-evidence/values-dev.yaml
Binary file not shown.
Binary file modified helm_deploy/laa-crime-evidence/values-prod.yaml
Binary file not shown.
Binary file modified helm_deploy/laa-crime-evidence/values-test.yaml
Binary file not shown.
Binary file modified helm_deploy/laa-crime-evidence/values-uat.yaml
Binary file not shown.

0 comments on commit 1900c01

Please sign in to comment.