Задеплоен тестирующий модуль
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{{ if .Values.testingModule.enable }}
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-testing-module-worker-service
|
||||
spec:
|
||||
selector:
|
||||
app: {{ .Release.Name }}-testing-module-worker
|
||||
ports:
|
||||
- name: http
|
||||
protocol: TCP
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user