Slide 16
Slide 16 text
Declarative Manifest
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
annotations:
run.googleapis.com/ingress: internal
run.googleapis.com/launch-stage: BETA
labels:
cloud.googleapis.com/location: ...
name: ...
spec:
template:
metadata:
annotations:
run.googleapis.com/execution-environment: gen2
run.googleapis.com/startup-cpu-boost: "true"
run.googleapis.com/vpc-access-connector: projects/.../locations/.../connectors/...
run.googleapis.com/vpc-access-egress: all-traffic
# ...
spec:
containers:
# ...
serviceAccountName: ...