remove cli
All checks were successful
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 1m33s

This commit is contained in:
2025-10-03 00:44:42 -05:00
parent 8f3e8eb782
commit eebdacbb84

View File

@@ -122,32 +122,6 @@ komodo:
requests:
cpu: 10m
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:
main:
controller: main