Skip to content

Commit

Permalink
Create ks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
volschin committed Jul 23, 2024
1 parent a2ad6e6 commit 4247c27
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions kubernetes/apps/network/gateway/ks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: &app gateway
namespace: flux-system
spec:
targetNamespace: network
commonMetadata:
labels:
app.kubernetes.io/name: *app
path: ./kubernetes/apps/network/gateway/app
prune: true
sourceRef:
kind: GitRepository
name: home-kubernetes
wait: false
interval: 30m
retryInterval: 1m
timeout: 5m

0 comments on commit 4247c27

Please sign in to comment.