mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update
This commit is contained in:
parent
1febc6915e
commit
0f908a1460
1 changed files with 112 additions and 108 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
plane:
|
||||||
planeVersion: stable
|
planeVersion: stable
|
||||||
|
|
||||||
dockerRegistry:
|
dockerRegistry:
|
||||||
|
|
@ -10,7 +11,10 @@ ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
appHost: "plane.durp.info"
|
appHost: "plane.durp.info"
|
||||||
minioHost: "plane-minio.durp.info"
|
minioHost: "plane-minio.durp.info"
|
||||||
ingressClass: "traefik"
|
ingressClass: "nginx"
|
||||||
|
ingress_annotations: {
|
||||||
|
"nginx.ingress.kubernetes.io/proxy-body-size": "5m",
|
||||||
|
}
|
||||||
|
|
||||||
# SSL Configuration - Valid only if ingress.enabled is true
|
# SSL Configuration - Valid only if ingress.enabled is true
|
||||||
ssl:
|
ssl:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue