mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 05:15:50 +00:00
19 lines
340 B
YAML
19 lines
340 B
YAML
![]() |
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
|