mirror of
https://github.com/ION606/argo-temp.git
synced 2026-05-14 20:06:53 +00:00
23 lines
519 B
YAML
23 lines
519 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: myapp
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: myapp
|
|
replicas: 2
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: myapp
|
|
spec:
|
|
containers:
|
|
- name: myapp
|
|
image: nanajanashia/argocd-app:1.2
|
|
ports:
|
|
- containerPort: 8080
|
|
env:
|
|
- name: ISTIO_VERSION
|
|
value: "1.22.1"
|