Skip to content

Commit

Permalink
Add manifest for replication controller
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesfrey committed Oct 21, 2024
1 parent 91c1023 commit 1098451
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions conformance/local/replicationcontroller.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: v1
kind: ReplicationController
metadata:
name: test-rc
spec:
replicas: 10
selector:
app: test-pod
template:
metadata:
labels:
app: test-pod
spec:
terminationGracePeriodSeconds: 0
containers:
- name: nginx
image: nginx:latest

0 comments on commit 1098451

Please sign in to comment.