mirror of
https://github.com/ION606/argo-temp.git
synced 2026-05-15 04:16:53 +00:00
fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user