Remove loadbalancer.
This commit is contained in:
parent
e57efa2aa3
commit
49e525cf5d
1 changed files with 17 additions and 17 deletions
|
@ -19,20 +19,20 @@ spec:
|
||||||
- name: cluster-apps-cert-manager-issuers
|
- name: cluster-apps-cert-manager-issuers
|
||||||
---
|
---
|
||||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
|
||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
# apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
kind: Kustomization
|
# kind: Kustomization
|
||||||
metadata:
|
# metadata:
|
||||||
name: cluster-apps-ingress-nginx-peertube
|
# name: cluster-apps-ingress-nginx-peertube
|
||||||
namespace: flux-system
|
# namespace: flux-system
|
||||||
labels:
|
# labels:
|
||||||
substitution.flux.home.arpa/enabled: "true"
|
# substitution.flux.home.arpa/enabled: "true"
|
||||||
spec:
|
# spec:
|
||||||
interval: 10m
|
# interval: 10m
|
||||||
path: "./kubernetes/apps/network/ingress-nginx/peertube"
|
# path: "./kubernetes/apps/network/ingress-nginx/peertube"
|
||||||
prune: true
|
# prune: true
|
||||||
sourceRef:
|
# sourceRef:
|
||||||
kind: GitRepository
|
# kind: GitRepository
|
||||||
name: valinor
|
# name: valinor
|
||||||
wait: true
|
# wait: true
|
||||||
dependsOn:
|
# dependsOn:
|
||||||
- name: cluster-apps-cert-manager-issuers
|
# - name: cluster-apps-cert-manager-issuers
|
||||||
|
|
Reference in a new issue