mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Restructure deployments
This commit is contained in:
20
apps/prod/authelia/release.yaml
Normal file
20
apps/prod/authelia/release.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
# /apps/prod/authelia/release.yaml
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: authelia
|
||||
namespace: auth
|
||||
spec:
|
||||
interval: 12h
|
||||
chart:
|
||||
spec:
|
||||
chart: authelia
|
||||
version: 0.9.14
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: authelia
|
||||
namespace: auth
|
||||
interval: 12h
|
||||
valuesFrom:
|
||||
- kind: ConfigMap
|
||||
name: authelia-prod-values
|
||||
Reference in New Issue
Block a user