Skip to content

Commit

Permalink
ClusterControl UI upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
oskar-s9s committed Apr 9, 2024
1 parent 74bd641 commit e44eedd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/clustercontrol/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A ClusterControl Helm Chart for Kubernetes

type: application

version: 2024.04.1
version: 2024.04.2
appVersion: "1.9.8"

dependencies:
Expand Down
6 changes: 3 additions & 3 deletions charts/clustercontrol/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ spec:
- name: ccv2
image: {{ .Values.cmon.ccv2.image | required ".Values.cmon.ccv2.image is missing" }}
ports:
- containerPort: 3000
- containerPort: 80
protocol: TCP
name: 3000-port
name: 80-port
volumeMounts:
- mountPath: /usr/src/app/config.js
- mountPath: /usr/share/nginx/html/config.js
subPath: config.js
name: config-js-cfg
{{- with .Values.cmon.ccv2.resources }}
Expand Down
2 changes: 1 addition & 1 deletion charts/clustercontrol/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
service:
name: cmon-master
port:
number: 3000 #ccv2
number: 80 #ccv2
path: /(.*)
pathType: ImplementationSpecific
---
Expand Down
6 changes: 3 additions & 3 deletions charts/clustercontrol/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ spec:
protocol: TCP
targetPort: 9954
name: 9954-port
- port: 3000
- port: 80
protocol: TCP
targetPort: 3000
name: 3000-port
targetPort: 80
name: 80-port
- port: 9511
protocol: TCP
targetPort: 9511
Expand Down
6 changes: 3 additions & 3 deletions charts/clustercontrol/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cmon:
name: cmon
user: cmon
password: cmon
image: severalnines/cmon:1.9.8-8180
image: severalnines/cmon:1.9.8-8364
extra_args: # extra arguments for cmon binary
- -s
- --no-log-db
Expand All @@ -65,7 +65,7 @@ cmon:
# cpu: 100m
# memory: 1Gi
ccv2:
image: severalnines/cc-frontend:2.2.0
image: severalnines/cc-frontend:2.1.0
# resources:
# requests:
# cpu: 100m
Expand Down Expand Up @@ -156,4 +156,4 @@ nginx-ingress-controller:
enabled: true
config:
allow-backend-server-header: "true"
allow-snippet-annotations: "true"
allow-snippet-annotations: "true"

0 comments on commit e44eedd

Please sign in to comment.