Skip to main content
summaryrefslogtreecommitdiffstats
blob: c30d4afb5446344846ebb51e9c0641863b4aff28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#*******************************************************************************
# Copyright (c) 2021 Eclipse Foundation and others.
# This program and the accompanying materials are made available
# under the terms of the Eclipse Public License 2.0
# which is available at http://www.eclipse.org/legal/epl-v20.html,
# or the MIT License which is available at https://opensource.org/licenses/MIT.
# SPDX-License-Identifier: EPL-2.0 OR MIT
#*******************************************************************************
apiVersion: "v1"
kind: "Service"
metadata:
  labels:
    infocenter.version: "2023-06"
  namespace: "infocenter"
  name: "infocenter-2023-06"
spec:
  ports:
  - name: "http"
    port: 80
    protocol: "TCP"
    targetPort: 8086
  selector:
    infocenter.version: "2023-06"

Back to the top