Compare commits

...

7 Commits

Author SHA1 Message Date
48fdfe3058 Commit 3e 2026-01-10 01:19:47 +01:00
d9af0f26d4 Commit 3d 2026-01-10 01:17:02 +01:00
35b418e9d2 Commit 3c 2026-01-10 01:14:45 +01:00
041fb22101 Commit 3b 2026-01-10 01:12:36 +01:00
eb9055bc3a Commit 3a 2026-01-10 01:03:55 +01:00
9514d861b8 Commit 3 2026-01-10 00:57:31 +01:00
75e7aa7f09 Commit 2c 2026-01-10 00:51:43 +01:00
3 changed files with 13 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ spec:
source:
repoURL: https://giteo.pachamama.daxweb.it/admin/hello_argocd
targetRevision: HEAD
path: /
path: ./deploy
destination:
server: https://kubernetes.default.svc

View File

@@ -15,9 +15,18 @@ spec:
app: swiggy-app
spec:
terminationGracePeriodSeconds: 30
containers:
- name: swiggy-app
image: veeranarni/hotstar:latest
imagePullPolicy: "Always"
ports:
- containerPort: 3000
- containerPort: 3000
resources:
limits:
memory: 1Gi
cpu: 250m
requests:
memory: 256Mi
cpu: 100m

View File

@@ -5,9 +5,10 @@ metadata:
labels:
app: swiggy-app
spec:
type: LoadBalancer
type: NodePort
ports:
- port: 80
targetPort: 3000
containerPort: 30069
selector:
app: swiggy-app