Fixing externaldns
This commit is contained in:
parent
1c97e131ee
commit
73c61a3c0d
5 changed files with 14 additions and 11262 deletions
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ./monitoring.coreos.com_alertmanagers.yaml
|
||||
- ./monitoring.coreos.com_podmonitors.yaml
|
||||
- ./monitoring.coreos.com_prometheusrules.yaml
|
||||
- ./monitoring.coreos.com_servicemonitors.yaml
|
||||
- ./monitoring.coreos.com_thanosrulers.yaml
|
File diff suppressed because it is too large
Load diff
|
@ -3,7 +3,7 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: externaldns-external
|
||||
name: &name externaldns-hsn-dev
|
||||
namespace: network
|
||||
spec:
|
||||
interval: 30m
|
||||
|
@ -18,7 +18,7 @@ spec:
|
|||
interval: 30m
|
||||
|
||||
values:
|
||||
fullnameOverride: &name externaldns-hsn-dev
|
||||
fullnameOverride: *name
|
||||
|
||||
domainFilters:
|
||||
- hsn.dev
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: &name external-dns
|
||||
name: &name externaldns-valinor-social
|
||||
namespace: network
|
||||
spec:
|
||||
interval: 30m
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: ingress-nginx
|
||||
name: ingress-nginx-hsn
|
||||
spec:
|
||||
interval: 30m
|
||||
chart:
|
||||
|
|
Reference in a new issue