Skip to content

Commit

Permalink
manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel committed May 29, 2023
1 parent a62e0f9 commit ae839b8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
go run ./main.go

.PHONY: docker-build
docker-build: ## Build docker image with the manager.
docker-build: manifests generate ## Build docker image with the manager.
IMG=$(IMG) docker build -t ${IMG} .

.PHONY: docker-push
Expand Down
3 changes: 3 additions & 0 deletions config/crd/bases/operator.kyma-project.io_kedas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,12 @@ spec:
- type
type: object
type: array
served:
type: string
state:
type: string
required:
- served
- state
type: object
type: object
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: k3d-kyma-registry:5001/keda-manager-dev-local
newTag: 0.0.7
newTag: 0.0.7
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
memory: 32Mi
cpu: 10m
limits:
memory: 64Mi
cpu: 100m
memory: 128Mi
cpu: 200m
serviceAccountName: manager
terminationGracePeriodSeconds: 10

0 comments on commit ae839b8

Please sign in to comment.