summaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/templates/all-services.yaml
blob: e768fe26ac62e4ad0a9d487bad298fa7b687ff3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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