mirror of https://github.com/knative/docs.git
15 lines
399 B
YAML
15 lines
399 B
YAML
apiVersion: serving.knative.dev/v1
|
|
kind: Service
|
|
metadata:
|
|
name: cloudevents-go
|
|
namespace: default
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- image: ko://github.com/knative/docs/code-samples/serving/cloudevents/cloudevents-go
|
|
# Uncomment this to send events somewhere.
|
|
# env:
|
|
# - name: K_SINK
|
|
# value: http://default-broker.default.svc.cluster.local
|