mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
17 lines
299 B
YAML
17 lines
299 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: test
|
|
labels:
|
|
app: test
|
|
spec:
|
|
terminationGracePeriodSeconds: 0
|
|
containers:
|
|
- name: nginx
|
|
image: nginx
|
|
imagePullPolicy: IfNotPresent
|
|
- name: tomcat
|
|
image: tomcat
|
|
imagePullPolicy: IfNotPresent
|
|
restartPolicy: Always
|