Skip to content

Commit

Permalink
Update dmmon cluster scripts and manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
nikodemas committed Dec 4, 2023
1 parent 43b58e9 commit 2a35675
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions kubernetes/monitoring/create_cluster_dmmon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ openstack --os-project-name "$namespace" coe cluster create "$name" \
--node-count 2 \
--flavor m2.large \
--merge-labels \
--labels availability_zone="" \
--labels cinder_csi_enabled="true" \
--labels logging_include_internal="true" \
--labels logging_http_destination="http://monit-logs.cern.ch:10012/" \
Expand All @@ -45,7 +44,6 @@ openstack --os-project-name "$namespace" coe cluster create "$name" \
--labels logging_producer="cmswebk8s" \
--labels ingress_controller="nginx" \
--labels cern_enabled="true" \
--labels keystone_auth_enabled="true" \
--labels logging_type="http"

# Ref: https://cms-http-group.docs.cern.ch/k8s_cluster/cmsweb-deployment/
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/monitoring/services/auth-proxy-server-dm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
prometheus.io/port: "9091"
spec:
containers:
- image: registry.cern.ch/cmsweb/auth-proxy-server:0.2.46
- image: registry.cern.ch/cmsweb/auth-proxy-server:0.2.48
name: auth-proxy-server
args:
- /data/auth-proxy-server
Expand Down

0 comments on commit 2a35675

Please sign in to comment.