destination rule for argocd
This commit is contained in:
parent
a0f4990f23
commit
f146761ca7
13
helm/argocd/templates/destinationrule.yaml
Normal file
13
helm/argocd/templates/destinationrule.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
apiVersion: networking.istio.io/v1
|
||||||
|
kind: DestinationRule
|
||||||
|
metadata:
|
||||||
|
name: argocd-backend-https
|
||||||
|
spec:
|
||||||
|
host: argocd.apps.linvogel.internal
|
||||||
|
trafficPolicy:
|
||||||
|
portLevelSettings:
|
||||||
|
- port:
|
||||||
|
number: 8080
|
||||||
|
tls:
|
||||||
|
insecureSkipVerify: true
|
||||||
|
mode: SIMPLE
|
||||||
Loading…
x
Reference in New Issue
Block a user