调整默认nodePort范围

pull/992/head
gjmzj 2021-01-12 17:17:27 +08:00
parent e00d39f1c5
commit e6132800fc
3 changed files with 7 additions and 7 deletions

View File

@ -43,7 +43,7 @@ SERVICE_CIDR="10.68.0.0/16"
CLUSTER_CIDR="172.20.0.0/16"
# NodePort Range
NODE_PORT_RANGE="20000-40000"
NODE_PORT_RANGE="30000-32767"
# Cluster DNS Domain
CLUSTER_DNS_DOMAIN="cluster.local."

View File

@ -47,7 +47,7 @@ SERVICE_CIDR="10.68.0.0/16"
CLUSTER_CIDR="172.20.0.0/16"
# NodePort Range
NODE_PORT_RANGE="20000-40000"
NODE_PORT_RANGE="30000-32767"
# Cluster DNS Domain
CLUSTER_DNS_DOMAIN="cluster.local."

View File

@ -22,7 +22,7 @@ alertmanager:
## Configuration for Alertmanager service
service:
nodePort: 39902
nodePort: 30902
type: NodePort
alertmanagerSpec:
@ -42,7 +42,7 @@ grafana:
adminPassword: Admin1234!
service:
nodePort: 39903
nodePort: 30903
type: NodePort
## Component scraping the kube api server
@ -127,8 +127,8 @@ prometheusOperator:
thanosRulerInstanceNamespaces: []
service:
nodePort: 39899
nodePortTls: 39900
nodePort: 30899
nodePortTls: 30900
type: NodePort
nodeSelector: {}
@ -154,7 +154,7 @@ prometheus:
## Configuration for Prometheus service
service:
nodePort: 39901
nodePort: 30901
type: NodePort
## Settings affecting prometheusSpec