Skip to content

Commit

Permalink
Merge pull request #94 from appuio/commodore-renovate/ghcr.io-appuio-…
Browse files Browse the repository at this point in the history
…appuio-cloud-agent-0.x

Add APPUiO Cloud Agent ratio controller
  • Loading branch information
glrf authored Apr 28, 2022
2 parents 3df5ea7 + cfaca57 commit 22965b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:
agent:
registry: ghcr.io
repository: appuio/appuio-cloud-agent
tag: v0.2.1
tag: v0.3.0

agent:
replicas: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ metadata:
name: appuio-cloud-agent
namespace: appuio-cloud
rules:
- apiGroups:
- ''
resources:
- events
verbs:
- create
- patch
- apiGroups:
- ''
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- --memory-per-core-limit=4Gi
command:
- appuio-cloud-agent
image: ghcr.io/appuio/appuio-cloud-agent:v0.2.1
image: ghcr.io/appuio/appuio-cloud-agent:v0.3.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 22965b1

Please sign in to comment.