mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 01:01:27 -05:00
update
This commit is contained in:
parent
1febc6915e
commit
0f908a1460
1 changed files with 112 additions and 108 deletions
|
|
@ -1,19 +1,23 @@
|
|||
planeVersion: stable
|
||||
plane:
|
||||
planeVersion: stable
|
||||
|
||||
dockerRegistry:
|
||||
dockerRegistry:
|
||||
enabled: false
|
||||
host: "index.docker.io/v1/"
|
||||
loginid: makeplane
|
||||
password: ""
|
||||
|
||||
ingress:
|
||||
ingress:
|
||||
enabled: true
|
||||
appHost: "plane.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:
|
||||
# SSL Configuration - Valid only if ingress.enabled is true
|
||||
ssl:
|
||||
createIssuer: false
|
||||
issuer: "http" # Allowed : cloudflare, digitalocean, http
|
||||
token: "" # not required for http
|
||||
|
|
@ -21,7 +25,7 @@ ssl:
|
|||
email: plane@example.com
|
||||
generateCerts: false
|
||||
|
||||
redis:
|
||||
redis:
|
||||
local_setup: true
|
||||
image: valkey/valkey:7.2.5-alpine
|
||||
servicePort: 6379
|
||||
|
|
@ -30,7 +34,7 @@ redis:
|
|||
pullPolicy: IfNotPresent
|
||||
assign_cluster_ip: false
|
||||
|
||||
postgres:
|
||||
postgres:
|
||||
local_setup: true
|
||||
image: postgres:15.5-alpine
|
||||
servicePort: 5432
|
||||
|
|
@ -40,7 +44,7 @@ postgres:
|
|||
pullPolicy: IfNotPresent
|
||||
assign_cluster_ip: false
|
||||
|
||||
minio:
|
||||
minio:
|
||||
image: minio/minio:latest
|
||||
local_setup: true
|
||||
pullPolicy: IfNotPresent
|
||||
|
|
@ -50,7 +54,7 @@ minio:
|
|||
volumeSize: 5Gi
|
||||
assign_cluster_ip: true
|
||||
|
||||
web:
|
||||
web:
|
||||
replicas: 1
|
||||
memoryLimit: 1000Mi
|
||||
cpuLimit: 500m
|
||||
|
|
@ -58,7 +62,7 @@ web:
|
|||
pullPolicy: IfNotPresent
|
||||
assign_cluster_ip: true
|
||||
|
||||
space:
|
||||
space:
|
||||
replicas: 1
|
||||
memoryLimit: 1000Mi
|
||||
cpuLimit: 500m
|
||||
|
|
@ -66,7 +70,7 @@ space:
|
|||
pullPolicy: IfNotPresent
|
||||
assign_cluster_ip: true
|
||||
|
||||
admin:
|
||||
admin:
|
||||
replicas: 1
|
||||
memoryLimit: 1000Mi
|
||||
cpuLimit: 500m
|
||||
|
|
@ -74,7 +78,7 @@ admin:
|
|||
pullPolicy: IfNotPresent
|
||||
assign_cluster_ip: true
|
||||
|
||||
api:
|
||||
api:
|
||||
replicas: 1
|
||||
memoryLimit: 1000Mi
|
||||
cpuLimit: 500m
|
||||
|
|
@ -82,21 +86,21 @@ api:
|
|||
pullPolicy: IfNotPresent
|
||||
assign_cluster_ip: false
|
||||
|
||||
worker:
|
||||
worker:
|
||||
replicas: 1
|
||||
memoryLimit: 1000Mi
|
||||
cpuLimit: 500m
|
||||
image: makeplane/plane-backend
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
beatworker:
|
||||
beatworker:
|
||||
replicas: 1
|
||||
memoryLimit: 1000Mi
|
||||
cpuLimit: 500m
|
||||
image: makeplane/plane-backend
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
env:
|
||||
env:
|
||||
pgdb_username: plane
|
||||
pgdb_password: plane
|
||||
pgdb_name: plane
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue