Skip to content

Commit

Permalink
fix: added service for edgex-ui (#162)
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Morton <kylex.f.morton@intel.com>

Signed-off-by: Kyle Morton <kylex.f.morton@intel.com>
Co-authored-by: Kyle Morton <kylex.f.morton@intel.com>
  • Loading branch information
drkfmorton and Kyle Morton committed Dec 8, 2022
1 parent e532499 commit d1db7a9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions deployment/helm/templates/edgex-ui/edgex-ui-service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright (C) 2022 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
apiVersion: v1
kind: Service
metadata:
labels:
org.edgexfoundry.service: {{.Values.edgex.app.ui}}
name: {{.Values.edgex.app.ui}}
spec:
ports:
- name: "http"
port: {{.Values.edgex.port.ui}}
selector:
org.edgexfoundry.service: {{.Values.edgex.app.ui}}
type: {{.Values.expose.type}}

0 comments on commit d1db7a9

Please sign in to comment.