chucknorris-kotlin-spring/service.yaml

14 lines
336 B
YAML
Raw Permalink Normal View History

apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: chuckjokes-java-spring
namespace: default
spec:
template:
spec:
containers:
2020-04-18 19:42:13 +00:00
- image: docker.io/wishi/chuckjokes:latest
imagePullPolicy: "Always"
env:
- name: TARGET
value: "Spring Boot Blog Knative v1"