Remove loadbalancer.

This commit is contained in:
Joseph Hanson 2024-01-04 18:07:51 -06:00
parent e57efa2aa3
commit 49e525cf5d

View file

@ -19,20 +19,20 @@ spec:
- name: cluster-apps-cert-manager-issuers
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: cluster-apps-ingress-nginx-peertube
namespace: flux-system
labels:
substitution.flux.home.arpa/enabled: "true"
spec:
interval: 10m
path: "./kubernetes/apps/network/ingress-nginx/peertube"
prune: true
sourceRef:
kind: GitRepository
name: valinor
wait: true
dependsOn:
- name: cluster-apps-cert-manager-issuers
# apiVersion: kustomize.toolkit.fluxcd.io/v1
# kind: Kustomization
# metadata:
# name: cluster-apps-ingress-nginx-peertube
# namespace: flux-system
# labels:
# substitution.flux.home.arpa/enabled: "true"
# spec:
# interval: 10m
# path: "./kubernetes/apps/network/ingress-nginx/peertube"
# prune: true
# sourceRef:
# kind: GitRepository
# name: valinor
# wait: true
# dependsOn:
# - name: cluster-apps-cert-manager-issuers