mirror of https://github.com/k3s-io/k3s
Update es-statefulset.yaml
parent
53a936c359
commit
0c29ea1a2e
|
@ -54,7 +54,7 @@ metadata:
|
|||
namespace: kube-system
|
||||
labels:
|
||||
k8s-app: elasticsearch-logging
|
||||
version: v6.5.0
|
||||
version: v6.5.1
|
||||
kubernetes.io/cluster-service: "true"
|
||||
addonmanager.kubernetes.io/mode: Reconcile
|
||||
spec:
|
||||
|
@ -63,17 +63,17 @@ spec:
|
|||
selector:
|
||||
matchLabels:
|
||||
k8s-app: elasticsearch-logging
|
||||
version: v6.5.0
|
||||
version: v6.5.1
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
k8s-app: elasticsearch-logging
|
||||
version: v6.5.0
|
||||
version: v6.5.1
|
||||
kubernetes.io/cluster-service: "true"
|
||||
spec:
|
||||
serviceAccountName: elasticsearch-logging
|
||||
containers:
|
||||
- image: k8s.gcr.io/elasticsearch:v6.5.0
|
||||
- image: k8s.gcr.io/elasticsearch:v6.5.1
|
||||
name: elasticsearch-logging
|
||||
resources:
|
||||
# need more cpu upon initialization, therefore burstable class
|
||||
|
|
Loading…
Reference in New Issue