58 lines
1.6 KiB
YAML
58 lines
1.6 KiB
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: helm-rustical
|
|
namespace: argo-cd
|
|
spec:
|
|
destination:
|
|
name: ''
|
|
namespace: apps-roboces
|
|
server: https://kubernetes.default.svc
|
|
sources:
|
|
- repoURL: git.roboces.dev/catalin/fukuops
|
|
chart: helm-rustical
|
|
targetRevision: 0.3.0
|
|
helm:
|
|
valuesObject:
|
|
debug:
|
|
enabled: false
|
|
replicaCount: 1
|
|
service:
|
|
type: LoadBalancer
|
|
port: 8001
|
|
targetPort: 4000
|
|
ingress:
|
|
enabled: true
|
|
className: "traefik"
|
|
hosts:
|
|
- host: cal.roboces.dev
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
env:
|
|
RUSTICAL_OIDC__NAME: Authentik
|
|
RUSTICAL_OIDC__ISSUER: https://auth.fukurokuju.dev/application/o/rustical/
|
|
RUSTICAL_OIDC__CLAIM_USERID: preferred_username
|
|
RUSTICAL_OIDC__SCOPES: '["openid", "profile", "groups"]'
|
|
RUSTICAL_OIDC__ALLOW_SIGN_UP: "true"
|
|
RUSTICAL_FRONTEND__ALLOW_PASSWORD_LOGIN: false
|
|
persistence:
|
|
enabled: true
|
|
storageClass: "truenas-nfs-csi"
|
|
accessMode: ReadWriteMany
|
|
size: 50Gi
|
|
secret:
|
|
existingSecretName: rustical
|
|
resources:
|
|
requests:
|
|
cpu: 250m
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: 500m
|
|
memory: 512Mi
|
|
project: roboces
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|