mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-10 06:43:53 +00:00
Mostly copied over from my old repo and modified for app of apps. Cleaning up the mess from migration Signed-off-by: gwg313 <gwg313@pm.me>
12 lines
273 B
YAML
12 lines
273 B
YAML
apiVersion: networking.istio.io/v1beta1
|
|
kind: DestinationRule
|
|
metadata:
|
|
name: forgejo
|
|
namespace: forgejo
|
|
spec:
|
|
host: forgejo.forgejo.svc.cluster.local
|
|
trafficPolicy:
|
|
outlierDetection:
|
|
consecutive5xxErrors: 1
|
|
interval: 5s
|
|
baseEjectionTime: 30s
|