From 4576b0dcc65bb8084caebc3fd60ac7a3652c3e5d Mon Sep 17 00:00:00 2001 From: Oded Shopen Date: Sun, 22 Sep 2024 11:06:13 +0300 Subject: [PATCH] removed tanzu-specific files --- .tanzu/config/httproute.yml | 25 ------------------------- .tanzu/config/spring-petclinic.yml | 18 ------------------ tanzu.yml | 6 ------ 3 files changed, 49 deletions(-) delete mode 100644 .tanzu/config/httproute.yml delete mode 100644 .tanzu/config/spring-petclinic.yml delete mode 100644 tanzu.yml diff --git a/.tanzu/config/httproute.yml b/.tanzu/config/httproute.yml deleted file mode 100644 index 42f6fb724..000000000 --- a/.tanzu/config/httproute.yml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: gateway.networking.k8s.io/v1beta1 -kind: HTTPRoute -metadata: - name: petclinic-route - annotations: - healthcheck.gslb.tanzu.vmware.com/service: spring-petclinic - healthcheck.gslb.tanzu.vmware.com/path: / - healthcheck.gslb.tanzu.vmware.com/port: "80" -spec: - parentRefs: - - group: gateway.networking.k8s.io - kind: Gateway - name: default-gateway - sectionName: http-petclinic - rules: - - backendRefs: - - group: "" - kind: Service - name: spring-petclinic - port: 8080 - weight: 1 - matches: - - path: - type: PathPrefix - value: / diff --git a/.tanzu/config/spring-petclinic.yml b/.tanzu/config/spring-petclinic.yml deleted file mode 100644 index 26c47b519..000000000 --- a/.tanzu/config/spring-petclinic.yml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: apps.tanzu.vmware.com/v1 -kind: ContainerApp -metadata: - creationTimestamp: null - name: spring-petclinic -spec: - nonSecretEnv: - - name: SPRING_PROFILES_ACTIVE - value: openai - build: - buildpacks: {} - nonSecretEnv: - - name: BP_JVM_VERSION - value: "17" - path: ../.. - ports: - - name: main - port: 8080 diff --git a/tanzu.yml b/tanzu.yml deleted file mode 100644 index ca7b3ffe2..000000000 --- a/tanzu.yml +++ /dev/null @@ -1,6 +0,0 @@ -apiVersion: config.tanzu.vmware.com/v1 -configuration: - dev: - paths: - - .tanzu/config/ -kind: TanzuConfig