mirror of
https://github.com/cmur2/kube-stale-resources.git
synced 2025-06-29 20:30:24 +02:00
ci: add e2e tests using kind + k8s
This commit is contained in:
19
e2e/resources-kind-one.yml
Normal file
19
e2e/resources-kind-one.yml
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: e2e
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: foo
|
||||
namespace: e2e
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 80
|
||||
name: http
|
||||
targetPort: 80
|
||||
selector:
|
||||
app: foo
|
Reference in New Issue
Block a user