mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:55:50 +00:00
18 lines
340 B
YAML
18 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
|