This commit is contained in:
2025-08-27 21:00:19 -04:00
parent ba11630d56
commit 46b7ae7ff3
14 changed files with 118 additions and 29 deletions
+2 -2
View File
@@ -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 }]
+2 -1
View File
@@ -1,3 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: [deployment.yaml, service.yaml]
resources:
- deployment.yaml