Skip to content

Commit

Permalink
(chore) kustomize cleanup - network
Browse files Browse the repository at this point in the history
  • Loading branch information
aisling136 committed Apr 17, 2024
1 parent 7f187cf commit 49d217d
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 11 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion cluster/network/cert-manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ helmCharts:
repo: https://charts.jetstack.io
version: v1.14.4
releaseName: cert-manager
valuesFile: values.yaml
valuesFile: helmvalues.yaml
namespace: network
resources:
- clusterissuer.yaml
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions cluster/network/cloudflared/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ helmCharts:
repo: https://khuedoan.github.io/charts
version: 0.4.3
releaseName: cloudflared
valuesFile: values.yaml
valuesFile: helmvalues.yaml
namespace: network
generators:
- ./secret-generator.yaml
- ./secretgenerator.yaml
resources:
- dnsendpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ extraArgs:
interval: 5m
triggerLoopOnEvent: true
sources: ["ingress"]
metrics:
serviceMonitor:
enabled: true
serviceMonitor:
enabled: true

File renamed without changes.
6 changes: 3 additions & 3 deletions cluster/network/external-dns/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ helmCharts:
repo: https://kubernetes-sigs.github.io/external-dns
version: 1.14.4
releaseName: external-dns
valuesFile: values.yaml
valuesFile: helmvalues.yaml
namespace: network
- name: external-dns
includeCRDs: false
repo: https://kubernetes-sigs.github.io/external-dns
version: 1.14.4
releaseName: external-dns-pihole
valuesFile: values-pi.yaml
valuesFile: helmvalues-pi.yaml
namespace: network
generators:
- ./secret-generator.yaml
- ./secretgenerator.yaml
File renamed without changes.
4 changes: 2 additions & 2 deletions cluster/network/ingress-nginx/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ helmCharts:
repo: https://kubernetes.github.io/ingress-nginx
version: 4.10.0
releaseName: ingress-nginx
valuesFile: values.yaml
valuesFile: helmvalues-internal.yaml
namespace: network
- name: ingress-nginx
includeCRDs: false
repo: https://kubernetes.github.io/ingress-nginx
version: 4.10.0
releaseName: ingress-nginx-external
valuesFile: values-external.yaml
valuesFile: helmvalues-external.yaml
namespace: network

0 comments on commit 49d217d

Please sign in to comment.