mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
removed tanzu-specific configuration
This commit is contained in:
parent
fe6e3e86da
commit
5c2db7f2a4
4 changed files with 1 additions and 49 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -17,3 +17,4 @@ _site/
|
|||
!petclinic.css
|
||||
**/creds.yaml
|
||||
.tanzu
|
||||
tanzu.yml
|
||||
|
|
|
@ -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