diff --git a/kube/deploy/apps/authentik/app/hr.yaml b/kube/deploy/apps/authentik/app/hr.yaml index d3fff6af..64670a04 100644 --- a/kube/deploy/apps/authentik/app/hr.yaml +++ b/kube/deploy/apps/authentik/app/hr.yaml @@ -1,5 +1,5 @@ --- -# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/common-3.5.1/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json +# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/app-template-3.6.1/charts/other/app-template/schemas/helmrelease-helm-v2beta2.schema.json apiVersion: helm.toolkit.fluxcd.io/v2beta2 kind: HelmRelease metadata: @@ -132,7 +132,7 @@ spec: initialDelaySeconds: 15 worker: type: deployment - replicas: 3 + replicas: 2 strategy: RollingUpdate rollingUpdate: unavailable: "90%" diff --git a/kube/deploy/core/dns/external-dns/app/hr.yaml b/kube/deploy/core/dns/external-dns/app/hr.yaml index e697445f..366dccbc 100644 --- a/kube/deploy/core/dns/external-dns/app/hr.yaml +++ b/kube/deploy/core/dns/external-dns/app/hr.yaml @@ -1,10 +1,12 @@ --- +# yaml-language-server: $schema=https://flux.jank.ing/helmrelease/v2/github/kubernetes-sigs/external-dns/external-dns-helm-chart-1.15.2/charts/external-dns apiVersion: helm.toolkit.fluxcd.io/v2beta2 kind: HelmRelease metadata: name: external-dns namespace: external-dns spec: + interval: 5m chart: spec: chart: external-dns