Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'infoCenter/k8s/2023-06/service.yml')
-rw-r--r--infoCenter/k8s/2023-06/service.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/infoCenter/k8s/2023-06/service.yml b/infoCenter/k8s/2023-06/service.yml
deleted file mode 100644
index c30d4af..0000000
--- a/infoCenter/k8s/2023-06/service.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-#*******************************************************************************
-# 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