Add nginx kustomization

This commit is contained in:
Алексей Костарев 2024-08-01 08:14:46 +00:00
parent 54124fff94
commit e6a6704ff1
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: nginx
namespace: flux-system
spec:
interval: 30m0s
path: ./kustomize
prune: true
retryInterval: 2m0s
sourceRef:
kind: GitRepository
name: nginx
targetNamespace: default
timeout: 3m0s
wait: true

View File

@ -0,0 +1,11 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: nginx
namespace: flux-system
spec:
interval: 1m0s
ref:
branch: main
url: https://gitea.basealt.ru/kaf/nginx-flux.git