add newt namespace, sealed secret, helm release, and repository configuration

This commit is contained in:
2025-09-19 02:45:55 +05:30
parent 9e10733bca
commit ea6cbc8af9
4 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: newt
namespace: newt-ns
spec:
interval: 24h
chart:
spec:
chart: newt
version: "1.0.0"
sourceRef:
kind: HelmRepository
name: newt
namespace: flux-system
interval: 24h
install:
remediation:
retries: 3
upgrade:
remediation:
retries: 3
values:
newtInstances:
- name: main
enabled: true
auth:
existingSecretName: newt-cred
global:
image:
registry: "docker.io"
repository: "fosrl/newt"
tag: "1.5.0"