This commit is contained in:
2024-08-31 07:19:33 -05:00
parent 1febc6915e
commit 0f908a1460

View File

@@ -1,19 +1,23 @@
planeVersion: stable plane:
planeVersion: stable
dockerRegistry: dockerRegistry:
enabled: false enabled: false
host: "index.docker.io/v1/" host: "index.docker.io/v1/"
loginid: makeplane loginid: makeplane
password: "" password: ""
ingress: 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:
createIssuer: false createIssuer: false
issuer: "http" # Allowed : cloudflare, digitalocean, http issuer: "http" # Allowed : cloudflare, digitalocean, http
token: "" # not required for http token: "" # not required for http
@@ -21,7 +25,7 @@ ssl:
email: plane@example.com email: plane@example.com
generateCerts: false generateCerts: false
redis: redis:
local_setup: true local_setup: true
image: valkey/valkey:7.2.5-alpine image: valkey/valkey:7.2.5-alpine
servicePort: 6379 servicePort: 6379
@@ -30,7 +34,7 @@ redis:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
assign_cluster_ip: false assign_cluster_ip: false
postgres: postgres:
local_setup: true local_setup: true
image: postgres:15.5-alpine image: postgres:15.5-alpine
servicePort: 5432 servicePort: 5432
@@ -40,7 +44,7 @@ postgres:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
assign_cluster_ip: false assign_cluster_ip: false
minio: minio:
image: minio/minio:latest image: minio/minio:latest
local_setup: true local_setup: true
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
@@ -50,7 +54,7 @@ minio:
volumeSize: 5Gi volumeSize: 5Gi
assign_cluster_ip: true assign_cluster_ip: true
web: web:
replicas: 1 replicas: 1
memoryLimit: 1000Mi memoryLimit: 1000Mi
cpuLimit: 500m cpuLimit: 500m
@@ -58,7 +62,7 @@ web:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
assign_cluster_ip: true assign_cluster_ip: true
space: space:
replicas: 1 replicas: 1
memoryLimit: 1000Mi memoryLimit: 1000Mi
cpuLimit: 500m cpuLimit: 500m
@@ -66,7 +70,7 @@ space:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
assign_cluster_ip: true assign_cluster_ip: true
admin: admin:
replicas: 1 replicas: 1
memoryLimit: 1000Mi memoryLimit: 1000Mi
cpuLimit: 500m cpuLimit: 500m
@@ -74,7 +78,7 @@ admin:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
assign_cluster_ip: true assign_cluster_ip: true
api: api:
replicas: 1 replicas: 1
memoryLimit: 1000Mi memoryLimit: 1000Mi
cpuLimit: 500m cpuLimit: 500m
@@ -82,21 +86,21 @@ api:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
assign_cluster_ip: false assign_cluster_ip: false
worker: worker:
replicas: 1 replicas: 1
memoryLimit: 1000Mi memoryLimit: 1000Mi
cpuLimit: 500m cpuLimit: 500m
image: makeplane/plane-backend image: makeplane/plane-backend
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
beatworker: beatworker:
replicas: 1 replicas: 1
memoryLimit: 1000Mi memoryLimit: 1000Mi
cpuLimit: 500m cpuLimit: 500m
image: makeplane/plane-backend image: makeplane/plane-backend
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
pgdb_username: plane pgdb_username: plane
pgdb_password: plane pgdb_password: plane
pgdb_name: plane pgdb_name: plane