Убраны штуки

This commit is contained in:
2025-10-21 20:42:01 +03:00
parent e41ede3d3d
commit b9881ea0f2
13 changed files with 21 additions and 41 deletions

View File

@@ -1,3 +1,4 @@
{{ if .Values.frontend.enable }}
apiVersion: v1
kind: Service
metadata:
@@ -9,3 +10,5 @@ spec:
- protocol: TCP
port: 80
targetPort: 8000
{{ end }}

View File

@@ -1,3 +1,4 @@
{{ if .Values.queue.enable }}
apiVersion: v1
kind: Service
metadata:
@@ -9,3 +10,4 @@ spec:
- protocol: TCP
port: 8080
targetPort: 8080
{{ end }}