docs/community/samples/serving/helloworld-java-quarkus/service.yaml

15 lines
342 B
YAML

apiVersion: serving.knative.dev/v1alpha1
kind: Service
metadata:
name: helloworld-java-quarkus
spec:
runLatest:
configuration:
revisionTemplate:
spec:
container:
image: docker.io/saturnism/helloworld-java-quarkus
env:
- name: TARGET
value: "Quarkus Sample v1"