Skip to content

Commit

Permalink
[README] add update shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
sob committed Oct 13, 2024
1 parent 4f13f03 commit 6ec21ec
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,20 +89,20 @@ This is a high-level look how Flux deploys my applications with dependencies. Be
graph TD;
id1>Kustomization: cluster] -->|Creates| id2>Kustomization: cluster-apps];
id2>Kustomization: cluster-apps] -->|Creates| id3>Kustomization: postgres];
id2>Kustomization: cluster-apps] -->|Creates| id5>Kustomization: postgres-cluster]
id2>Kustomization: cluster-apps] -->|Creates| id8>Kustomization: radarr]
id2>Kustomization: cluster-apps] -->|Creates| id5>Kustomization: postgres-cluster];
id2>Kustomization: cluster-apps] -->|Creates| id8>Kustomization: radarr];
id3>Kustomization: postgres] -->|Creates| id4[HelmRelease: postgres];
id5>Kustomization: postgres-cluster] -->|Depends on| id3>Kustomization: postgres];
id5>Kustomization: postgres-cluster] -->|Creates| id10[Postgres Cluster];
id8>Kustomization: radarr] -->|Creates| id9(HelmRelease: radarr);
id8>Kustomization: radarr] -->|Creates| id11(PersistentVolumeClaim: radarr)
id8>Kustomization: radarr] -->|Creates| id12(ExternalSecret: radarr-volsync-r2-secret)
id8>Kustomization: radarr] -->|Creates| id13(ReplicationSource: radarr-r2)
id8>Kustomization: radarr] -->|Creates| id14(ReplicationDestination: radarr-dst)
id8>Kustomization: radarr] -->|Creates| id9[HelmRelease: radarr];
id8>Kustomization: radarr] -->|Creates| id11[PersistentVolumeClaim: radarr];
id8>Kustomization: radarr] -->|Creates| id12[ExternalSecret: radarr-volsync-r2-secret];
id8>Kustomization: radarr] -->|Creates| id13>ReplicationSource: radarr-r2];
id8>Kustomization: radarr] -->|Creates| id14>ReplicationDestination: radarr-dst];
id11>PersistentVolumeClaim: radarr] -->|SourceRef| id13>ReplicationSource: radarr-r2];
id14>ReplicationDestination: radarr-dst] -->|Depends on| id12>ExternalSecret: radarr-volsync-r2-secret];
id14>ReplicationDestination: radarr-dst] -->|Depends on| id12[ExternalSecret: radarr-volsync-r2-secret];
id8>Kustomization: radarr] -->|Depends on| id5>Kustomization: postgres-cluster];
id9>HelmRelease: radarr] -->|DependsOn| id11>PersistentVolumeClaim: radarr];
id9>HelmRelease: radarr] -->|DependsOn| id11[PersistentVolumeClaim: radarr];
```

### Networking
Expand Down

0 comments on commit 6ec21ec

Please sign in to comment.