Skip to content

Commit

Permalink
Merge pull request #68 from utilitywarehouse/dl-crdb
Browse files Browse the repository at this point in the history
Replace port 8001 with 8080
  • Loading branch information
DTLP authored Aug 16, 2024
2 parents a621d65 + 2400f1a commit 2fd6955
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cockroachdb/manifests-cert-manager/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ spec:
targetPort: 26357
name: rpc
# UI as well as health and debug endpoints
- port: 8001
targetPort: 8001
- port: 8080
targetPort: 8080
name: http
selector:
app: cockroachdb
Expand All @@ -37,7 +37,7 @@ metadata:
# Enable automatic monitoring of all instances when Prometheus is running in the cluster.
prometheus.io/scrape: "true"
prometheus.io/path: "_status/vars"
prometheus.io/port: "8001"
prometheus.io/port: "8080"
uw.health.aggregator.enable: "false"
spec:
ports:
Expand All @@ -47,8 +47,8 @@ spec:
- port: 26357
targetPort: 26357
name: rpc
- port: 8001
targetPort: 8001
- port: 8080
targetPort: 8080
name: http
# We want all pods in the StatefulSet to have their addresses published for
# the sake of the other CockroachDB pods even before they're ready, since they
Expand Down

0 comments on commit 2fd6955

Please sign in to comment.