Fix brusnika prod minio and openobserve rollout
This commit is contained in:
parent
7aa875282d
commit
9f93bd9761
@ -24,10 +24,8 @@ spec:
|
||||
rootPasswordKey: rootPassword
|
||||
drivesPerNode: 1
|
||||
replicas: 1
|
||||
nodeSelector:
|
||||
type: storage
|
||||
persistence:
|
||||
storageClass: local-path
|
||||
storageClass: csi-disk
|
||||
size: 100Gi
|
||||
resources:
|
||||
requests:
|
||||
|
||||
@ -15,6 +15,10 @@ spec:
|
||||
kind: Deployment
|
||||
name: openobserve-web
|
||||
patch: |-
|
||||
- op: add
|
||||
path: /spec/template/spec/imagePullSecrets
|
||||
value:
|
||||
- name: regcred
|
||||
- op: replace
|
||||
path: /spec/strategy
|
||||
value:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user