chucknorris-kotlin-spring/service.yaml
2020-04-18 21:42:13 +02:00

15 lines
376 B
YAML

apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: chuckjokes-java-spring
namespace: default
spec:
template:
spec:
terminationGracePeriodSeconds: 30
containers:
- image: docker.io/wishi/chuckjokes:latest
imagePullPolicy: "Always"
env:
- name: TARGET
value: "Spring Boot Blog Knative v1"