Adjust k8s

This commit is contained in:
mr
2026-01-20 16:21:04 +01:00
parent f52bdf8ecc
commit 4ff6e706ca
18 changed files with 272 additions and 1799 deletions

View File

@@ -2,8 +2,9 @@ env: ${RELEASE:-prod} # For storage class provisioning
clusterName: ${CLUSTER_NAME:-opencloud}
hostNetwork: true
host: ${HOST:-beta.opencloud.com}
registryHost: ${REGISTRY_HOST:-oc} # For reverse proxy rule
scheme: http # For reverse proxy rule
hostPort: ${PORT:-80}
registryHost: ${REGISTRY_HOST:-oc}
scheme: ${SCHEME:-http}
mongo-express:
enabled: ${OC_MONGOEXPRESS_ENABLED:-true}
@@ -41,7 +42,7 @@ mongodb:
storageClassName: ${OC_MONGO_STORAGE:-"standard"}
accessModes:
- ReadWriteOnce
size: ${OC_MONGO_SIZE:-5000Mi}
size: ${OC_MONGO_SIZE:-5Gi}
persistentVolumeClaimRetentionPolicy:
enabled: true
whenDeleted: Retain
@@ -235,6 +236,13 @@ traefik:
enabled: ${OC_TRAEFIK_ENABLED:-true}
service:
type: NodePort
ports:
web:
port: 80
nodePort: 30950
websecure:
port: 443
nodePort: 30951
ingressRoute:
dashboard:
enabled: true
@@ -242,9 +250,12 @@ traefik:
entryPoints: [web]
ports:
web:
containerPort: 8000
hostPort: 80
port: 80
nodePort: 30950
websecure:
port: 443
nodePort: 30951
hydra:
enabled: ${OC_HYDRA_ENABLED:-true}
maester: