helm: add deploy chart for self-hosted installation
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# service.yaml — Service для shared-sqs
|
||||
# Created: 2026-04-11
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: shared-sqs
|
||||
namespace: {{ .Values.namespace }}
|
||||
labels:
|
||||
{{- include "shared-sqs.labels" . | nindent 4 }}
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
{{- include "shared-sqs.selectorLabels" . | nindent 4 }}
|
||||
ports:
|
||||
- name: http
|
||||
port: 4100
|
||||
targetPort: 4100
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user