Compare commits
3 Commits
main
..
ee4c09abf3
| Author | SHA1 | Date | |
|---|---|---|---|
|
ee4c09abf3
|
|||
|
ff11a99999
|
|||
|
c186ee59f5
|
@@ -11,7 +11,6 @@ spec:
|
|||||||
- name: cnpg
|
- name: cnpg
|
||||||
- name: lldap-controller
|
- name: lldap-controller
|
||||||
- name: dragonfly-operator
|
- name: dragonfly-operator
|
||||||
- name: authelia-controller
|
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: ExternalArtifact
|
kind: ExternalArtifact
|
||||||
name: authelia
|
name: authelia
|
||||||
|
|||||||
@@ -56,6 +56,6 @@ configMap:
|
|||||||
filesystem:
|
filesystem:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
access_control:
|
# access_control:
|
||||||
secret:
|
# secret:
|
||||||
existingSecret: authelia-acl
|
# existingSecret: authelia-acl
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ resources:
|
|||||||
- ../../controllers/cnpg/cnpg.yaml
|
- ../../controllers/cnpg/cnpg.yaml
|
||||||
- ../../controllers/reflector/reflector.yaml
|
- ../../controllers/reflector/reflector.yaml
|
||||||
- ../../controllers/lldap-controller/lldap-controller.yaml
|
- ../../controllers/lldap-controller/lldap-controller.yaml
|
||||||
- ../../controllers/authelia-controller/authelia-controller.yaml
|
|
||||||
- ../../controllers/dragonfly-operator/dragonfly-operator.yaml
|
- ../../controllers/dragonfly-operator/dragonfly-operator.yaml
|
||||||
|
|
||||||
- ../../configs/artifacts.yaml
|
- ../../configs/artifacts.yaml
|
||||||
|
|||||||
@@ -1,26 +0,0 @@
|
|||||||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
|
||||||
kind: OCIRepository
|
|
||||||
metadata:
|
|
||||||
name: authelia-controller
|
|
||||||
namespace: flux-system
|
|
||||||
spec:
|
|
||||||
interval: 1m0s
|
|
||||||
url: oci://git.huizinga.dev/infra/authelia-controller/manifests
|
|
||||||
ref:
|
|
||||||
tag: edge
|
|
||||||
---
|
|
||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
||||||
kind: Kustomization
|
|
||||||
metadata:
|
|
||||||
name: authelia-controller
|
|
||||||
namespace: flux-system
|
|
||||||
spec:
|
|
||||||
interval: 1h
|
|
||||||
retryInterval: 2m
|
|
||||||
timeout: 5m
|
|
||||||
sourceRef:
|
|
||||||
kind: OCIRepository
|
|
||||||
name: authelia-controller
|
|
||||||
path: ./
|
|
||||||
prune: true
|
|
||||||
wait: true
|
|
||||||
@@ -13,14 +13,9 @@ spec:
|
|||||||
strategy:
|
strategy:
|
||||||
name: RetryOnFailure
|
name: RetryOnFailure
|
||||||
retryInterval: 3m
|
retryInterval: 3m
|
||||||
chart:
|
chartRef:
|
||||||
spec:
|
kind: OCIRepository
|
||||||
chart: cert-manager
|
|
||||||
version: "1.19.x"
|
|
||||||
sourceRef:
|
|
||||||
kind: HelmRepository
|
|
||||||
name: cert-manager
|
name: cert-manager
|
||||||
interval: 24h
|
|
||||||
values:
|
values:
|
||||||
crds:
|
crds:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
apiVersion: source.toolkit.fluxcd.io/v1
|
|
||||||
kind: HelmRepository
|
|
||||||
metadata:
|
|
||||||
name: cert-manager
|
|
||||||
namespace: cert-manager
|
|
||||||
spec:
|
|
||||||
type: "oci"
|
|
||||||
interval: 24h
|
|
||||||
url: oci://quay.io/jetstack/charts/
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- ./namespace.yaml
|
||||||
- helm-repository.yaml
|
- ./oci-repository.yaml
|
||||||
- helm-release.yaml
|
- ./helm-release.yaml
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
|
kind: OCIRepository
|
||||||
|
metadata:
|
||||||
|
name: cert-manager
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
interval: 24h
|
||||||
|
url: oci://quay.io/jetstack/charts/cert-manager
|
||||||
|
layerSelector:
|
||||||
|
mediaType: "application/vnd.cncf.helm.chart.content.v1.tar+gzip"
|
||||||
|
operation: copy
|
||||||
|
ref:
|
||||||
|
semver: "1.19.x"
|
||||||
@@ -17,9 +17,7 @@ spec:
|
|||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: cilium
|
chart: cilium
|
||||||
# Regression in cilium causes issues, so we stay on .7
|
version: "1.18.x"
|
||||||
version: "1.18.7"
|
|
||||||
# version: "1.18.x"
|
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: cilium
|
name: cilium
|
||||||
|
|||||||
@@ -29,3 +29,5 @@ gatewayAPI:
|
|||||||
enabled: true
|
enabled: true
|
||||||
enableAlpn: true
|
enableAlpn: true
|
||||||
enableAppProtocol: true
|
enableAppProtocol: true
|
||||||
|
loadBalancer:
|
||||||
|
mode: dsr
|
||||||
|
|||||||
Reference in New Issue
Block a user