Skip to content

Commit

Permalink
enh: full example manifest (#122)
Browse files Browse the repository at this point in the history
Update to the latest spec
  • Loading branch information
ilya-hontarau committed Apr 5, 2024
1 parent 770379b commit 165e53e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions examples/manifests/etcdcluster-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ spec:
spec:
imagePullSecrets:
- name: myregistrykey
serviceAccountName: default
affinity: {}
nodeSelector: {}
tolerations: []
Expand All @@ -45,7 +44,6 @@ spec:
terminationGracePeriodSeconds: 30
schedulerName: "default-scheduler"
runtimeClassName: "legacy"
readinessGates: []
containers:
- name: etcd
image: "quay.io/coreos/etcd:v3.5.12"
Expand All @@ -59,20 +57,12 @@ spec:
memory: 200Mi
volumes: []

serviceTemplate:
metadata:
labels:
env: prod
annotations:
example.com/annotation: "true"
spec:

podDisruptionBudgetTemplate:
metadata:
labels:
env: prod
annotations:
example.com/annotation: "true"
spec:
maxUnavailable: 1
# maxUnavailable: 1 # minAvailable is mutually exclusive with maxUnavailable
minAvailable: 2

0 comments on commit 165e53e

Please sign in to comment.