feat(k8s): add pod.yaml
This commit is contained in:
parent
e33339023e
commit
a71b07f558
|
@ -0,0 +1,15 @@
|
|||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: tpcgjyproject-bigwork
|
||||
spec:
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- name: server
|
||||
image: tpcgjyproject-bigwork-server
|
||||
ports:
|
||||
- containerPort: 50051
|
||||
imagePullPolicy: Never
|
||||
- name: client
|
||||
image: tpcgjyproject-bigwork-client
|
||||
imagePullPolicy: Never
|
Loading…
Reference in New Issue