-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add external-dns Signed-off-by: Michael Fornaro <[email protected]> * [Auto Generation] Adding hydrated manifests Signed-off-by: Michael Fornaro <[email protected]> * fix namespace scope Signed-off-by: Michael Fornaro <[email protected]> * verbose debugging Signed-off-by: Michael Fornaro <[email protected]> * updating virtual services Signed-off-by: Michael Fornaro <[email protected]> * add external-dns secret Signed-off-by: Michael Fornaro <[email protected]>
- Loading branch information
Showing
15 changed files
with
88 additions
and
32 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
apiVersion: helm.fluxcd.io/v1 | ||
kind: HelmRelease | ||
metadata: | ||
name: external-dns | ||
namespace: network | ||
annotations: | ||
fluxcd.io/ignore: 'false' | ||
fluxcd.io/automated: 'false' | ||
spec: | ||
releaseName: external-dns | ||
chart: | ||
repository: https://charts.bitnami.com/bitnami | ||
name: external-dns | ||
version: 3.3.0 | ||
values: | ||
image: | ||
registry: docker.io | ||
repository: raspbernetes/external-dns | ||
tag: v0.7.3 | ||
pullPolicy: IfNotPresent | ||
provider: cloudflare | ||
policy: upsert-only | ||
registry: 'txt' | ||
replicas: 1 | ||
logLevel: debug | ||
rbac: | ||
create: true | ||
pspEnabled: true | ||
metrics: | ||
enabled: true | ||
serviceMonitor: | ||
enabled: true | ||
namespace: observability | ||
crd: | ||
create: true | ||
sources: | ||
- service | ||
- ingress | ||
- istio-gateway | ||
- istio-virtualservice | ||
domainFilters: | ||
- raspbernetes.com | ||
cloudflare: | ||
secretName: 'cloudflare-external-dns' | ||
email: '[email protected]' | ||
proxied: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
apiVersion: bitnami.com/v1alpha1 | ||
kind: SealedSecret | ||
metadata: | ||
creationTimestamp: null | ||
name: cloudflare-external-dns | ||
namespace: network | ||
spec: | ||
encryptedData: | ||
cloudflare_api_token: AgCAGo8+uhIFpkMVasAWDRC3Vnr98ZH/JWsSQhY9pwYyEd01Wd3LQlZOiRToajW2ZWEMfzzDSR2j5cJbqfHV9U6xeY3NB3tooQX5fOxhAQ0Q5EVWGXLSczBuEID4+y7SH16SnZhNDbwmRzUf1Iqn5AfQ/Ybma52zTsYG+WLT6lfrcDTl0odsTa5+6nl+ti2AekEdNiu1WSr7qVHZBUV+q9pfUoal/gRHsFWcdZ5XFhsse0bbZ9mvWHLgCOrBQNb4Cy8Nyv7ImaUQM1tnKN67rASx0OAHiZNu8En36dRryYO1G0VxQ+WbMFOTZqLv8qr0Vrs7TPYQRRxYLW0s9cQrLw1uRf2xeRfyXwcUYMSMuDxfxkdYeBzB6ZAOjXzaT3dlNp1LMQCwdTNPUOZ5fG4rDIefdQ7wVTjcv+6UMNAur/MKRLLPdsV//UFHGhRRgdxErfWdcuvhtK8n4bOJcEUYzMSgoMVH6kcbkul5TZLFErnaXEe8+KpOaQpPIwXuzs/VCQWFYKWy95EXJLZTAuiz5s3KKVDCRWbv4gBqnj9HwxLsdLZW4/oX2upsTc2SbBaO9IFN5/AI0HmJS0ABEJMCJ9ppvBdOIyLVuSHT3HgNf3V/esEVWtbAmVvjsWS3fKZ7OySIKenUoSN8VBOiNrr8xS3SivrQVqkkmSDp4jNyz5Sdpn3ZOfZBrdRa6eFnk45fOdHuERtiBR8hrTo8QQ3WHHZ5SbvG/m7TBFg/lu03yZsAZVzll32UWbuq | ||
template: | ||
metadata: | ||
creationTimestamp: null | ||
name: cloudflare-external-dns | ||
namespace: network | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters