mirror of
https://github.com/ION606/argo-temp.git
synced 2026-05-14 20:06:53 +00:00
added initial istio code
This commit is contained in:
+18
-15
@@ -1,19 +1,22 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: myapp
|
||||
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
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user