new app
This commit is contained in:
BIN
argocd/.DS_Store
vendored
Normal file
BIN
argocd/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -7,110 +7,25 @@ metadata:
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: 'https://charts.plane.org'
|
||||
chart: plane
|
||||
targetRevision: 11.*.*
|
||||
repoURL: 'https://helm.plane.so'
|
||||
chart: makeplane/plane-ce
|
||||
targetRevision: 1.14.*
|
||||
helm:
|
||||
values: |
|
||||
develop: false
|
||||
|
||||
environment:
|
||||
EMAIL_DELIVERY_METHOD: "smtp"
|
||||
SMTP_ADDRESS: "smtp.innohub.local"
|
||||
SMTP_PORT: "25"
|
||||
SMTP_DOMAIN: "innovation-hub-niedersachsen.de"
|
||||
SMTP_AUTHENTICATION: "none"
|
||||
SMTP_ENABLE_STARTTLS_AUTO: "false"
|
||||
planeVersion: stable
|
||||
|
||||
cron:
|
||||
enabled: false
|
||||
environment:
|
||||
IMAP_HOST: "smtp.innovation-hub-niedersachsen.de"
|
||||
IMAP_PORT: 993
|
||||
IMAP_SSL: "true"
|
||||
IMAP_USERNAME: "plane"
|
||||
IMAP_PASSWORD: "plane-imap-password"
|
||||
schedule: "*/5 * * * *"
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: traefik
|
||||
annotations:
|
||||
ingressClass: traefik
|
||||
infgress_annotations:
|
||||
kubernetes.io/ingress.class: traefik
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
cert-manager.io/cluster-issuer: lets-encrypt
|
||||
host: "plane.innovation-hub-niedersachsen.de"
|
||||
path: /
|
||||
pathType: "Prefix"
|
||||
tls:
|
||||
enabled: true
|
||||
secretName: plane-tls
|
||||
|
||||
plane:
|
||||
https: true
|
||||
hsts: true
|
||||
seed_locale: "de"
|
||||
useTmpVolumes: "false"
|
||||
admin_user:
|
||||
password: "admin"
|
||||
password_reset: true
|
||||
name: "OpenProject Admin"
|
||||
mail: "inno-netz@zpd.polizei.niedersachsen.de"
|
||||
appHost: "plane.innovation-hub-niedersachsen.de"
|
||||
ssl:
|
||||
tls_secret_name: plane-tls
|
||||
|
||||
resources:
|
||||
requests:
|
||||
memory: "1Gi"
|
||||
limits:
|
||||
memory: "2Gi"
|
||||
|
||||
appInit:
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
limits:
|
||||
memory: "1Gi"
|
||||
|
||||
memcached:
|
||||
global:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
containerSecurityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
persistence:
|
||||
enabled: false
|
||||
accessModes:
|
||||
- "ReadWriteOnce"
|
||||
|
||||
s3:
|
||||
enabled: true
|
||||
auth:
|
||||
accessKeyId: "K7mNpQ2vRxL9wYtH3Zc8"
|
||||
secretAccessKey: "jX9fK2mP5nQ8rT1vW4yZ7bN0cM3hL6gF9dS2aE5k"
|
||||
host: "sws3.innovation-hub-niedersachsen.de"
|
||||
port: 443
|
||||
bucketName: "plane"
|
||||
region: "eu-central-1"
|
||||
|
||||
postgresql:
|
||||
bundled: true
|
||||
auth:
|
||||
existingSecret: "postgresql-auth"
|
||||
username: "plane"
|
||||
# password: "plane"
|
||||
# postgresPassword: "postgres123"
|
||||
database: "plane"
|
||||
global:
|
||||
readOnlyRootFilesystem: false
|
||||
primary:
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 8Gi
|
||||
service:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
postgresql: 5432
|
||||
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: plane
|
||||
|
||||
Reference in New Issue
Block a user