-
Notifications
You must be signed in to change notification settings - Fork 0
Audit and reconcile ArgoCD manifests vs Ansible deploy roles #153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
29513bb
Initial plan
Copilot a362443
Initial plan for ArgoCD vs Ansible deploy roles audit
Copilot c3c12e2
Add comprehensive audit document for ArgoCD vs Ansible deploy roles
Copilot 3959da8
Delete redundant deploy roles: crafty_controller_deploy and nfs_provi…
Copilot b61c757
Create missing ArgoCD Application manifests for Frigate, NetBox, and …
Copilot 6795be5
Fix yamllint issues and update audit document with completed work
Copilot a7f32f8
Remove accidentally committed semicolon_delimited_script file
Copilot dd8bf4f
Address code review feedback: improve TODO comments and fix duplicate…
Copilot a3a20a7
Address PR feedback: fix storage classes, use existing DB/Redis, move…
Copilot 55ce5a8
Remove accidentally committed semicolon_delimited_script file
Copilot 3c89b55
Fix Frigate ingress annotations and NetBox namespace
Copilot 0fbb77d
Remove accidentally committed semicolon_delimited_script file
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
ansible/roles/crafty_controller_deploy/meta/argument_specs.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
ansible/roles/crafty_controller_deploy/templates/application.yml.j2
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
ansible/roles/nfs_provisioner_deploy/meta/argument_specs.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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,55 @@ | ||
| --- | ||
| apiVersion: argoproj.io/v1alpha1 | ||
| kind: Application | ||
| metadata: | ||
| name: frigate | ||
| namespace: argocd | ||
| annotations: | ||
| argocd.argoproj.io/sync-wave: "30" | ||
| spec: | ||
| project: coachlight-k3s-apps | ||
| source: | ||
| repoURL: https://blakeblackshear.github.io/blakeshome-charts/ | ||
| chart: frigate | ||
| targetRevision: "7.8.0" | ||
| helm: | ||
| valuesObject: | ||
| service: | ||
| type: ClusterIP | ||
| annotations: | ||
| tailscale.com/expose: "true" | ||
| tailscale.com/tags: "tag:k8s,tag:apps" | ||
| tailscale.com/hostname: "frigate" | ||
|
|
||
| persistence: | ||
| config: | ||
| enabled: true | ||
| storageClass: "nfs-synology-retain" | ||
| media: | ||
| enabled: true | ||
| storageClass: "nfs-synology-retain" | ||
|
|
||
| ingress: | ||
| enabled: true | ||
| className: "" | ||
| annotations: | ||
| gethomepage.dev/enabled: "true" | ||
| gethomepage.dev/name: "Frigate" | ||
| gethomepage.dev/description: "NVR with realtime object detection" | ||
| gethomepage.dev/group: "Cameras" | ||
| gethomepage.dev/icon: "frigate.png" | ||
| hosts: | ||
| - host: frigate | ||
| paths: | ||
| - path: / | ||
| pathType: Prefix | ||
|
|
||
| destination: | ||
| server: https://kubernetes.default.svc | ||
| namespace: frigate | ||
| syncPolicy: | ||
| automated: | ||
| prune: true | ||
| selfHeal: true | ||
| syncOptions: | ||
| - CreateNamespace=true |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.