mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 07:32:55 +00:00
34 lines
557 B
YAML
34 lines
557 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name:
|
|
namespace: default
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app:
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app:
|
|
spec:
|
|
serviceAccountName:
|
|
containers:
|
|
- name:
|
|
image:
|
|
imagePullPolicy: Always
|
|
envFrom:
|
|
- configMapRef:
|
|
name:
|
|
- secretRef:
|
|
name:
|
|
ports:
|
|
- containerPort:
|
|
protocol: TCP
|
|
resources:
|
|
limits:
|
|
cpu:
|
|
requests:
|
|
cpu:
|