forked from extern/trmm-awesome
commit
7dddec81df
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
**Desription:** TacticalRMM Kubernetes manifests tested & working on Digital Ocean managed Kubernetes (DOKS).
|
**Desription:** TacticalRMM Kubernetes manifests tested & working on Digital Ocean managed Kubernetes (DOKS).
|
||||||
|
|
||||||
**Disclaimer:** _These manifests rely on an experimental developer images and as such are NOT SUPPORTED, at least until the required changes are merged into the main image. I have done my best to make them as secure as possible them however I am NOT responsible for anything that happens to you or your data as a result of using these files. Please do your due dilligence security-wise and open a Github issue if you wish to report a problem. USE AT YOUR OWN RISK. By using these files you agree that you are the sole entity responsible for any damages that may arise as a result._
|
**Disclaimer:** _These manifests rely on experimental developer images and as such are NOT SUPPORTED, at least until the required changes are merged into the main image. I have done my best to make them as secure as possible however I am NOT responsible for anything that happens to you or your data as a result of using these files. Please do your due dilligence security-wise and open a Github issue if you wish to report a problem. USE AT YOUR OWN RISK. By using these files you agree that you are the sole entity responsible for any damages that may arise as a result._
|
||||||
|
|
||||||
# Pre-requisites
|
# Pre-requisites
|
||||||
- A working Kubernetes cluster
|
- A working Kubernetes cluster
|
||||||
@ -15,6 +15,9 @@
|
|||||||
2. ```kubectl apply -f .```
|
2. ```kubectl apply -f .```
|
||||||
3. ```kubectl apply -f deployment/ -R```
|
3. ```kubectl apply -f deployment/ -R```
|
||||||
|
|
||||||
|
# Notes
|
||||||
|
The load balancer has ```externalTrafficPolicy: Local``` disabled by default, as it caused a health check issue with the Digital Ocean Load Balancer these manifests were tested on. It may need to be enabled depending on your cloud provider, see https://docs.nats.io/running-a-nats-service/introduction/running/nats-kubernetes/nats-external-nlb for more info
|
||||||
|
|
||||||
# Questions / Concerns
|
# Questions / Concerns
|
||||||
Please open an issue in Github or you can also check in the [Tactical RMM Discord Channel](https://discord.gg/upGTkWp).
|
Please open an issue in Github or you can also check in the [Tactical RMM Discord Channel](https://discord.gg/upGTkWp).
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ metadata:
|
|||||||
name: tactical-nlb
|
name: tactical-nlb
|
||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
externalTrafficPolicy: Local
|
# externalTrafficPolicy: Local
|
||||||
ports:
|
ports:
|
||||||
- name: "http"
|
- name: "http"
|
||||||
port: 80
|
port: 80
|
||||||
|
Loading…
Reference in New Issue
Block a user