新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
apiVersion: serving.knative.dev/v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: api
|
||||
namespace: todo
|
||||
labels:
|
||||
kiamol: ch21-lab
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- image: kiamol/ch21-todo-api
|
||||
Reference in New Issue
Block a user