This commit is contained in:
Олег Бородин
2023-09-21 14:33:19 +02:00
parent 375930eaac
commit 5b94c7459b
21 changed files with 362 additions and 149 deletions
+18
View File
@@ -0,0 +1,18 @@
apiVersion: v1
kind: Service
metadata:
name: cworker
namespace: {{ .Release.Namespace }}
labels:
app: cworker
spec:
selector:
app: cworker
ports:
- port: {{ .Values.cworker.service.port }}
protocol: TCP
targetPort: {{ .Values.cworker.service.targetPort }}
name: rpc
type: {{ .Values.cworker.service.type }}