Skip to content

Commit

Permalink
fix: update dragonfly config
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Apr 9, 2024
1 parent 370d98f commit 678a564
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ This Git repository contains the following directories under [Kubernetes](./kube

### Flux Workflow

This is a high-level look how Flux deploys my applications with dependencies. Below there are 3 apps `postgres`, `glauth` and `authelia`. `postgres` is the first app that needs to be running and healthy before `glauth` and `authelia`. Once `postgres` is healthy `glauth` will be deployed and after that is healthy `authelia` will be deployed.
This is a high-level look how Flux deploys my applications with dependencies. Below there are 3 apps `postgres`, `glauth` and `authelia`. `postgres` is the first app that needs to be running and healthy before `glauth` and `authelia`. Once `postgres` and `glauth` are healthy `authelia` will be deployed.

```mermaid
graph TD;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
- --maxmemory=$(MAX_MEMORY)Mi
- --proactor_threads=2
- --cluster_mode=emulated
- --lock_on_hashtags
resources:
requests:
cpu: 100m
Expand Down
12 changes: 6 additions & 6 deletions kubernetes/main/apps/database/emqx/cluster/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ spec:
# replicantTemplate:
# spec:
# replicas: 3
# listenersServiceTemplate:
# metadata:
# annotations:
# io.cilium/lb-ipam-ips: 192.168.42.129
# spec:
# type: LoadBalancer
listenersServiceTemplate:
metadata:
annotations:
io.cilium/lb-ipam-ips: 192.168.42.129
spec:
type: LoadBalancer

0 comments on commit 678a564

Please sign in to comment.