Skip to content

Commit

Permalink
chore: add sample yaml for CollaSet (#46)
Browse files Browse the repository at this point in the history
chore: add sample CollaSet
  • Loading branch information
wu8685 committed Aug 21, 2023
1 parent f8babd9 commit a4c064c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
22 changes: 21 additions & 1 deletion config/samples/apps_v1alpha1_collaset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,24 @@ metadata:
app.kubernetes.io/created-by: kusionstack
name: collaset-sample
spec:
# TODO(user): Add fields here
replicas: 2
selector:
matchLabels:
app: foo
template:
metadata:
labels:
app: foo
spec:
containers:
- image: nginx:1.25.2
name: nginx
resources:
limits:
cpu: 1
ephemeral-storage: 100Mi
memory: 100Mi
requests:
cpu: 1
ephemeral-storage: 100Mi
memory: 100Mi
12 changes: 0 additions & 12 deletions config/samples/apps_v1alpha1_operationjob.yaml

This file was deleted.

0 comments on commit a4c064c

Please sign in to comment.