Adjustment Deployment
This commit is contained in:
@@ -3,7 +3,7 @@ clusterName: ${CLUSTER_NAME:-opencloud}
|
||||
hostNetwork: true
|
||||
host: ${HOST:-beta.opencloud.com}
|
||||
registryHost: ${REGISTRY_HOST:-oc} # For reverse proxy rule
|
||||
scheme: https # For reverse proxy rule
|
||||
scheme: http # For reverse proxy rule
|
||||
|
||||
mongo-express:
|
||||
enabled: ${OC_MONGOEXPRESS_ENABLED:-true}
|
||||
@@ -242,6 +242,8 @@ traefik:
|
||||
entryPoints: [web]
|
||||
ports:
|
||||
web:
|
||||
containerPort: 8000
|
||||
hostPort: 80
|
||||
nodePort: 30950
|
||||
hydra:
|
||||
enabled: ${OC_HYDRA_ENABLED:-true}
|
||||
|
||||
Reference in New Issue
Block a user