Skip to content

Commit

Permalink
chore: add missing service in test phase
Browse files Browse the repository at this point in the history
  • Loading branch information
AvihuHenya committed Feb 11, 2025
1 parent 6d0ba14 commit 568908b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/e2e/workload-lifecycle/01-install-test-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,18 @@ spec:
port: 3000
initialDelaySeconds: 20
---
kind: Service
apiVersion: v1
metadata:
name: java-old-version
namespace: default
spec:
selector:
app: java-old-version
ports:
- protocol: TCP
port: 3000
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit 568908b

Please sign in to comment.