docs/community/samples/serving/helloworld-swift/service.yaml

16 lines
338 B
YAML

apiVersion: serving.knative.dev/v1alpha1
kind: Service
metadata:
name: helloworld-swift
namespace: default
spec:
runLatest:
configuration:
revisionTemplate:
spec:
container:
image: docker.io/{username}/helloworld-swift
env:
- name: TARGET
value: "Swift"