74 lines
1.5 KiB
YAML
74 lines
1.5 KiB
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: string
|
|
namespace: string
|
|
labels:
|
|
- name: string
|
|
annotations:
|
|
- name: string
|
|
spec:
|
|
containers:
|
|
- name: string
|
|
image: string
|
|
imagePullPolicy: [Always | Never | IfNotPresent]
|
|
command: [string]
|
|
args: [string]
|
|
workingDir: string
|
|
volumeMounts:
|
|
- name: string
|
|
mountPath: string
|
|
readOnly: boolean
|
|
ports:
|
|
- name: string
|
|
containerPort: init
|
|
hostPort: in
|
|
protocol: string
|
|
env:
|
|
- name: string
|
|
value: string
|
|
resources:
|
|
limits:
|
|
cpu: string
|
|
memory: string
|
|
livenessProbe:
|
|
exec:
|
|
command: [string]
|
|
httpGet:
|
|
path: string
|
|
port: number
|
|
host: string
|
|
scheme: string
|
|
httpHeaders:
|
|
- name: string
|
|
value: string
|
|
tcpSocket:
|
|
port: number
|
|
initialDelaySeconds: 0
|
|
timeoutSeconds: 0
|
|
periodSeconds: 0
|
|
successThreshold: 0
|
|
failureThreshold: 0
|
|
securityContext:
|
|
priviledge: false
|
|
restartPolicy: [Always | Never | OnFailure]
|
|
nodeSelector: object
|
|
imagePullSecrets:
|
|
- name: string
|
|
hostNetwork: false
|
|
volumes:
|
|
- name: string
|
|
emptyDir: {}
|
|
hostPath:
|
|
path: string
|
|
secret:
|
|
secretName: string
|
|
items:
|
|
- keys: string
|
|
path: string
|
|
configMap:
|
|
name: string
|
|
items:
|
|
- key: string
|
|
path: string
|