Skip to content

Commit 8e90b10

Browse files
authored
feat: export prometheus metrics (#40)
* Feat: export prometheus metrics Signed-off-by: ChrisLiu <[email protected]> * code indentation optimization Signed-off-by: ChrisLiu <[email protected]> --------- Signed-off-by: ChrisLiu <[email protected]>
1 parent 7c072bc commit 8e90b10

File tree

9 files changed

+1987
-5
lines changed

9 files changed

+1987
-5
lines changed

config/manager/manager.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ spec:
4141
- --provider-config=/etc/kruise-game/config.toml
4242
image: controller:latest
4343
name: manager
44+
ports:
45+
- name: https
46+
containerPort: 8080
4447
securityContext:
4548
allowPrivilegeEscalation: false
4649
capabilities:

0 commit comments

Comments
 (0)