Skip to content

Commit

Permalink
feat(paralus): cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Feb 6, 2024
1 parent 3ac43ea commit 6c6bce6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ metadata:
{{- toYaml . | nindent 4 -}}
{{- end }}
labels:
app: paralus
{{- include "ztka.labels" (index $.Subcharts "ztka") | nindent 4 }}
{{- with $ingress.labels }}
{{- toYaml . | nindent 4 -}}
{{- end }}
app: paralus
portefaix.xyz/version: v0.52.0
name: {{ $ingress.name }}
namespace: {{ $.Release.Namespace }}
Expand Down
35 changes: 27 additions & 8 deletions gitops/argocd/charts/zerotrust/paralus/values-k3s-homelab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,22 @@ ingress:
labels:
external-dns.io/provider: cloudflare

cloudnativepg:
name: paralus
image: ghcr.io/cloudnative-pg/postgresql:15
storage:
storageClass: nfs-client
size: 2Gi
walSize: 2Gi
backup:
enabled: false
resources:
limits:
memory: "1Gi"
requests:
memory: "300Mi"
cpu: "100m"

ztka:
ingress:
enabled: true
Expand All @@ -61,7 +77,7 @@ ztka:
memory: 500Mi

fqdn:
domain: palarus.home.portefaix.xyz
domain: paralus.home.portefaix.xyz
hostname: console
coreConnectorSubdomain: "*.core-connector"
userSubdomain: "*.user"
Expand All @@ -74,14 +90,10 @@ ztka:
enable: false

postgresql:
enable: true
address:
username: paralus
password: paralus
database: paralus
enable: false

filebeat:
enable: false
enable: true

fluentbit:
enable: true
Expand All @@ -90,4 +102,11 @@ ztka:
enable: false

fluent-bit:
existingConfigMap: "palarus-fluentbit"
existingConfigMap: paralus-fluentbit

postgresql:
auth:
existingSecret: paralus-database
# database: "paralus"
# username: "paralus"
# password: "admindbpassword"

0 comments on commit 6c6bce6

Please sign in to comment.