mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
28 lines
481 B
YAML
28 lines
481 B
YAML
|
|
apiVersion: apps/v1
|
||
|
|
kind: Deployment
|
||
|
|
metadata:
|
||
|
|
labels:
|
||
|
|
app: client
|
||
|
|
appProcess: web
|
||
|
|
name: client
|
||
|
|
spec:
|
||
|
|
replicas: 2
|
||
|
|
selector:
|
||
|
|
matchLabels:
|
||
|
|
app: client
|
||
|
|
strategy: {}
|
||
|
|
template:
|
||
|
|
metadata:
|
||
|
|
labels:
|
||
|
|
app: client
|
||
|
|
appProcess: web
|
||
|
|
spec:
|
||
|
|
containers:
|
||
|
|
- image: alpine:2
|
||
|
|
name: alpine
|
||
|
|
resources:
|
||
|
|
requests:
|
||
|
|
cpu: 400m
|
||
|
|
env:
|
||
|
|
- name: EV
|
||
|
|
value: here
|