Skip to content

Commit

Permalink
feat: Update cluster sample
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyshevch committed Mar 23, 2024
1 parent 1df7698 commit 334b693
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion config/samples/etcd.aenix.io_v1alpha1_etcdcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,14 @@ metadata:
app.kubernetes.io/created-by: etcd-operator
name: etcdcluster-sample
spec:
# TODO(user): Add fields here
storage:
emptyDir:

pod:
resources:
requests:
cpu: 100m
memory: 100Mi
limits:
cpu: 100m
memory: 100Mi

0 comments on commit 334b693

Please sign in to comment.