aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/templates/all-services.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/uui/templates/all-services.yaml')
-rw-r--r--kubernetes/uui/templates/all-services.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/kubernetes/uui/templates/all-services.yaml b/kubernetes/uui/templates/all-services.yaml
new file mode 100644
index 0000000000..e768fe26ac
--- /dev/null
+++ b/kubernetes/uui/templates/all-services.yaml
@@ -0,0 +1,15 @@
+apiVersion: v1
+kind: Service
+metadata:
+ labels:
+ app: uui
+ name: uui
+ namespace: "{{ .Values.nsPrefix }}-uui"
+spec:
+ ports:
+ - name: uui
+ nodePort: {{ .Values.uuiPortPrefix }}98
+ port: 8080
+ selector:
+ app: uui
+ type: NodePort