mirror of
https://github.com/beclab/Olares
synced 2026-05-24 01:08:23 +00:00
app-service,tapr: support app clone;es,minio prefix bucket,index manager (#2047)
This commit is contained in:
parent
7839bed160
commit
ec6ce88e08
3 changed files with 10 additions and 3 deletions
|
|
@ -170,7 +170,7 @@ spec:
|
|||
priorityClassName: "system-cluster-critical"
|
||||
containers:
|
||||
- name: app-service
|
||||
image: beclab/app-service:0.4.39
|
||||
image: beclab/app-service:0.4.40
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
|
|
|
|||
|
|
@ -56,6 +56,10 @@ spec:
|
|||
type: string
|
||||
elasticsearch:
|
||||
properties:
|
||||
allowNamespaceIndexes:
|
||||
description: AllowNamespaceIndexes indicates user can create and
|
||||
manage indices with AppNamespace prefix
|
||||
type: boolean
|
||||
indexes:
|
||||
items:
|
||||
properties:
|
||||
|
|
@ -100,7 +104,6 @@ spec:
|
|||
user:
|
||||
type: string
|
||||
required:
|
||||
- indexes
|
||||
- user
|
||||
type: object
|
||||
mariadb:
|
||||
|
|
@ -156,6 +159,10 @@ spec:
|
|||
type: string
|
||||
minio:
|
||||
properties:
|
||||
allowNamespaceBuckets:
|
||||
description: AllowNamespaceBuckets indicates user can create and
|
||||
manage buckets with AppNamespace prefix
|
||||
type: boolean
|
||||
buckets:
|
||||
items:
|
||||
properties:
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ spec:
|
|||
path: '{{ $dbbackup_rootpath }}/pg_backup'
|
||||
containers:
|
||||
- name: operator-api
|
||||
image: beclab/middleware-operator:0.2.20
|
||||
image: beclab/middleware-operator:0.2.21
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 9080
|
||||
|
|
|
|||
Loading…
Reference in a new issue