try plane
This commit is contained in:
19
deploy/plane-ce/kustomization.yaml
Normal file
19
deploy/plane-ce/kustomization.yaml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
namespace: plane-ce
|
||||||
|
|
||||||
|
helmCharts:
|
||||||
|
- name: plane-ce
|
||||||
|
repo: https://helm.plane.so/
|
||||||
|
version: 1.8.0
|
||||||
|
releaseName: plane-app
|
||||||
|
valuesInline:
|
||||||
|
planeVersion: v1.8.0
|
||||||
|
certManager: true
|
||||||
|
ingress:
|
||||||
|
ingressClass: nginx
|
||||||
|
tls: true
|
||||||
|
appHost: plane.panic.haus
|
||||||
|
minioHost: minio.plane.panic.haus
|
||||||
|
rabbitmqHost: mq.plane.panic.haus
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
|
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
Reference in New Issue
Block a user