Skip to content

Commit

Permalink
adding failing test
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Bertschy <[email protected]>
  • Loading branch information
matthyx committed Jan 15, 2025
1 parent c6fc553 commit e4e9e7c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"apiVersion": "v1",
"kind": "Service",
"metadata": {
"name": "my-service"
"name": "my-service",
"namespace": "ns1"
},
"spec": {
"ports": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: my-service
namespace: ns1
spec:
selector:
app: argo-server
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: my-service2
namespace: ns2
spec:
selector:
app: argo-server
type: NodePort
ports:
- port: 80
targetPort: 80
nodePort: 30008

0 comments on commit e4e9e7c

Please sign in to comment.