新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: whoami
|
||||
labels:
|
||||
app: whoami
|
||||
version: ch02
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: whoami
|
||||
version: ch02
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: whoami
|
||||
version: ch02
|
||||
spec:
|
||||
containers:
|
||||
- name: web
|
||||
image: kiamol/ch02-whoami
|
||||
Reference in New Issue
Block a user