feat: deploy podinfo

This commit is contained in:
2024-11-07 00:57:32 -05:00
parent 6015785051
commit f3923efe6f
3 changed files with 27 additions and 31 deletions

View File

@@ -1,17 +1,17 @@
# ---
# apiVersion: kustomize.toolkit.fluxcd.io/v1
# kind: Kustomization
# metadata:
# name: apps
# namespace: flux-system
# spec:
# dependsOn:
# - name: infra-configs
# interval: 1m0s
# path: ./apps/prod
# prune: true
# sourceRef:
# kind: GitRepository
# name: flux-system
# timeout: 5m0s
# wait: true
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps
namespace: flux-system
spec:
dependsOn:
- name: infra-traefik
interval: 1m0s
path: ./apps/prod
prune: true
sourceRef:
kind: GitRepository
name: flux-system
timeout: 5m0s
wait: true