mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 06:02:18 +00:00
Fix typo in daemonset resource requests
This commit is contained in:
@@ -489,7 +489,7 @@ spec:
|
|||||||
#- containerPort: 9160
|
#- containerPort: 9160
|
||||||
# name: thrift
|
# name: thrift
|
||||||
resources:
|
resources:
|
||||||
request:
|
requests:
|
||||||
cpu: 0.5
|
cpu: 0.5
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /cassandra_data
|
- mountPath: /cassandra_data
|
||||||
|
@@ -44,7 +44,7 @@ spec:
|
|||||||
#- containerPort: 9160
|
#- containerPort: 9160
|
||||||
# name: thrift
|
# name: thrift
|
||||||
resources:
|
resources:
|
||||||
request:
|
requests:
|
||||||
cpu: 0.5
|
cpu: 0.5
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /cassandra_data
|
- mountPath: /cassandra_data
|
||||||
|
Reference in New Issue
Block a user