mirror of
https://github.com/ION606/argo-temp.git
synced 2026-06-06 05:22:57 +00:00
fixes
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: bubbles
|
||||
namespace: demo
|
||||
namespace: argocd
|
||||
spec:
|
||||
replicas: 2
|
||||
selector: { matchLabels: { app: bubbles } }
|
||||
@@ -24,7 +24,7 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: bubbles
|
||||
namespace: demo
|
||||
namespace: argocd
|
||||
spec:
|
||||
selector: { app: bubbles }
|
||||
ports: [{ name: http, port: 80, targetPort: 8080 }]
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources: [deployment.yaml, service.yaml]
|
||||
resources:
|
||||
- deployment.yaml
|
||||
|
||||
@@ -2,7 +2,7 @@ apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: coral
|
||||
namespace: demo
|
||||
namespace: argocd
|
||||
spec:
|
||||
replicas: 2
|
||||
selector: { matchLabels: { app: coral } }
|
||||
@@ -24,7 +24,7 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: coral
|
||||
namespace: demo
|
||||
namespace: argocd
|
||||
spec:
|
||||
selector: { app: coral }
|
||||
ports: [{ name: http, port: 80, targetPort: 8080 }]
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources: [deployment.yaml, service.yaml]
|
||||
resources:
|
||||
- deployment.yaml
|
||||
|
||||
@@ -2,7 +2,7 @@ apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: kelp
|
||||
namespace: demo
|
||||
namespace: argocd
|
||||
spec:
|
||||
replicas: 2
|
||||
selector: { matchLabels: { app: kelp } }
|
||||
@@ -24,7 +24,7 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: kelp
|
||||
namespace: demo
|
||||
namespace: argocd
|
||||
spec:
|
||||
selector: { app: kelp }
|
||||
ports: [{ name: http, port: 80, targetPort: 8080 }]
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources: [deployment.yaml, service.yaml]
|
||||
resources:
|
||||
- deployment.yaml
|
||||
|
||||
@@ -2,7 +2,7 @@ apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: reef
|
||||
namespace: demo
|
||||
namespace: argocd
|
||||
spec:
|
||||
replicas: 1
|
||||
selector: { matchLabels: { app: reef } }
|
||||
@@ -20,7 +20,7 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: reef
|
||||
namespace: demo
|
||||
namespace: argocd
|
||||
spec:
|
||||
selector: { app: reef }
|
||||
ports: [{ name: http, port: 80, targetPort: 8080 }]
|
||||
|
||||
Reference in New Issue
Block a user