spring-petclinic/.tanzu/config/spring-petclinic.yml
Oded Shopen 290bb439d1 Chatbot for Spring Petclinic.
Supports quering the owners, also guides the user through adding a pet to an owner
2024-09-11 13:09:56 +01:00

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