Убраны штуки
This commit is contained in:
@@ -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 }}
|
||||
@@ -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 }}
|
||||
Reference in New Issue
Block a user