Fix Java spec example (#1519)

This commit is contained in:
Ta-Ching Chen
2020-01-29 18:04:32 +08:00
committed by GitHub
parent fed5fd4c5e
commit 85c384c64a
6 changed files with 73 additions and 56 deletions
+17
View File
@@ -0,0 +1,17 @@
apiVersion: fission.io/v1
kind: Environment
metadata:
creationTimestamp: null
name: java
namespace: default
spec:
builder:
command: build
image: fission/jvm-builder:1.7.1
imagepullsecret: ""
keeparchive: true
poolsize: 3
resources: {}
runtime:
image: fission/jvm-env:1.7.1
version: 2