remove cli
This commit is contained in:
@@ -122,32 +122,6 @@ komodo:
|
|||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
copy-database:
|
|
||||||
image:
|
|
||||||
repository: ghcr.io/moghtech/komodo-cli
|
|
||||||
tag: latest
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
command:
|
|
||||||
- km database copy -y
|
|
||||||
env:
|
|
||||||
- name: KOMODO_DATABASE_URI
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: komodo-postgresql-17-cluster-app
|
|
||||||
key: uri
|
|
||||||
- name: KOMODO_DATABASE_DB_NAME
|
|
||||||
value: app
|
|
||||||
- name: KOMODO_CLI_DATABASE_TARGET_URI
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: komodo-postgresql-17-fdb-cluster-superuser
|
|
||||||
key: uri
|
|
||||||
- name: KOMODO_CLI_DATABASE_TARGET_DB_NAME
|
|
||||||
value: postgres
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 10m
|
|
||||||
memory: 128Mi
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
controller: main
|
controller: main
|
||||||
|
Reference in New Issue
Block a user