Adjustment Deployment
This commit is contained in:
@@ -355,9 +355,9 @@ logs:
|
||||
noColor: false
|
||||
access:
|
||||
# -- To enable access logs
|
||||
enabled: false
|
||||
enabled: true
|
||||
# -- Set [access log format](https://doc.traefik.io/traefik/observability/access-logs/#format)
|
||||
format: # @schema enum:["common", "json", null]; type:[string, null]; default: "common"
|
||||
format: common # @schema enum:["common", "json", null]; type:[string, null]; default: "common"
|
||||
# filePath: "/var/log/traefik/access.log
|
||||
# -- Set [bufferingSize](https://doc.traefik.io/traefik/observability/access-logs/#bufferingsize)
|
||||
bufferingSize: # @schema type:[integer, null]
|
||||
|
||||
@@ -28,7 +28,7 @@ spec:
|
||||
name: oc-front
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
containerPort: 80
|
||||
protocol: TCP
|
||||
resources:
|
||||
limits:
|
||||
|
||||
@@ -13,5 +13,5 @@ spec:
|
||||
services:
|
||||
- kind: Service
|
||||
name: oc-front-svc
|
||||
port: 8080
|
||||
port: 80
|
||||
{{- end }}
|
||||
@@ -8,9 +8,9 @@ metadata:
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 8080
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
targetPort: 80
|
||||
selector:
|
||||
app: oc-front
|
||||
type: ClusterIP
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -241,6 +241,8 @@ traefik:
|
||||
entryPoints: [web]
|
||||
ports:
|
||||
web:
|
||||
containerPort: 8000
|
||||
hostPort: 80
|
||||
nodePort: 30950
|
||||
|
||||
hydra:
|
||||
|
||||
Reference in New Issue
Block a user