From ad9e44fa127829fe164ec914203a8a1a2f8a86d6 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 24 Jun 2023 20:13:19 +0000 Subject: [PATCH] Update file test.yaml --- durpapi/templates/test.yaml | 41 ------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 durpapi/templates/test.yaml diff --git a/durpapi/templates/test.yaml b/durpapi/templates/test.yaml deleted file mode 100644 index f9317e6..0000000 --- a/durpapi/templates/test.yaml +++ /dev/null @@ -1,41 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: "test-service" -spec: - ports: - - name: http - port: 8080 - targetPort: 8080 - protocol: TCP - selector: - app: test - ---- - -apiVersion: v1 -kind: Service -metadata: - name: test -spec: - ports: - - name: http - port: 8080 - protocol: TCP - targetPort: 8080 - clusterIP: None - type: ClusterIP - ---- - -apiVersion: v1 -kind: Endpoints -metadata: - name: test -subsets: -- addresses: - - ip: 192.168.130.2 - ports: - - name: http - port: 8080 - protocol: TCP