mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
removed tanzu-specific files
This commit is contained in:
parent
2264000428
commit
4576b0dcc6
3 changed files with 0 additions and 49 deletions
|
@ -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: /
|
|
|
@ -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
|
|
|
@ -1,6 +0,0 @@
|
||||||
apiVersion: config.tanzu.vmware.com/v1
|
|
||||||
configuration:
|
|
||||||
dev:
|
|
||||||
paths:
|
|
||||||
- .tanzu/config/
|
|
||||||
kind: TanzuConfig
|
|
Loading…
Reference in a new issue