add newt namespace, sealed secret, helm release, and repository configuration
This commit is contained in:
34
cluster/helm/newt/newt-release.yml
Normal file
34
cluster/helm/newt/newt-release.yml
Normal 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"
|
||||
Reference in New Issue
Block a user