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: 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 }]