docs/code-samples/community/serving/helloworld-java-micronaut/service.yaml

13 lines
276 B
YAML

apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: helloworld-java-micronaut
spec:
template:
spec:
containers:
- image: docker.io/{username}/helloworld-java-micronaut
env:
- name: TARGET
value: "Micronaut Sample v1"