Adjustment Deployment

This commit is contained in:
mr
2026-01-19 11:24:16 +01:00
parent 1b77b8b6cf
commit 827b6f4211
955 changed files with 81 additions and 138174 deletions

View File

@@ -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]

View File

@@ -28,7 +28,7 @@ spec:
name: oc-front
ports:
- name: http
containerPort: 8080
containerPort: 80
protocol: TCP
resources:
limits:

View File

@@ -13,5 +13,5 @@ spec:
services:
- kind: Service
name: oc-front-svc
port: 8080
port: 80
{{- end }}

View File

@@ -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

View File

@@ -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}

View File

@@ -241,6 +241,8 @@ traefik:
entryPoints: [web]
ports:
web:
containerPort: 8000
hostPort: 80
nodePort: 30950
hydra: