feat(k8s): add pod.yaml

This commit is contained in:
Xeonacid 2022-07-16 21:32:49 +08:00
parent e33339023e
commit a71b07f558
No known key found for this signature in database
GPG Key ID: 1ED2ECBF30E9AB0F
1 changed files with 15 additions and 0 deletions

15
pod.yaml Normal file
View File

@ -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