fixin
This commit is contained in:
parent
39c34175d0
commit
03c3a41a9f
26
components/ingress/controllers/base/ingress-nginx.yaml
Normal file
26
components/ingress/controllers/base/ingress-nginx.yaml
Normal file
@ -0,0 +1,26 @@
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: ingress-nginx
|
||||
namespace: kube-system
|
||||
spec:
|
||||
interval: 12h
|
||||
type: default
|
||||
url: https://kubernetes.github.io/ingress-nginx
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: ingress-nginx
|
||||
namespace: kube-system
|
||||
spec:
|
||||
serviceAccountName: flux
|
||||
interval: 1h
|
||||
chart:
|
||||
spec:
|
||||
version: 4.12.2
|
||||
chart: ingress-nginx
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: ingress-nginx
|
||||
interval: 12h
|
||||
4
components/ingress/controllers/base/kustomization.yaml
Normal file
4
components/ingress/controllers/base/kustomization.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ingress-nginx.yaml
|
||||
@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../base
|
||||
@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../base
|
||||
@ -1,5 +1,5 @@
|
||||
creation_rules:
|
||||
- path_regex: metal-lb-ip-pool.yaml$
|
||||
- path_regex: ip-pool.yaml$
|
||||
encrypted_regex: "^(spec)$"
|
||||
age:
|
||||
- age1u0mt3kmhsr9tz2jaw8n0ztu7s9hnlffkd2acxf85cvk6tysj4gsqqulfdq
|
||||
|
||||
Loading…
Reference in New Issue
Block a user