Last active
January 16, 2025 13:43
-
-
Save rclaumann-picpay/5acd198b761b02cfcb9e15650f375c64 to your computer and use it in GitHub Desktop.
Configuração mirrord ms-card-dispute
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"feature": { | |
"network": { | |
"incoming": { | |
"mode": "mirror" | |
}, | |
"outgoing": true | |
}, | |
"fs": "write", | |
"env": true | |
}, | |
"target": { | |
"path": { | |
"rollout": "card-dispute-api" | |
}, | |
"namespace": "ms-card-dispute" | |
}, | |
"agent": { | |
"log_level": "info", | |
"image": "289208114389.dkr.ecr.us-east-1.amazonaws.com/metalbear-co:3.102.0", | |
"image_pull_policy": "IfNotPresent", | |
"ephemeral": true | |
}, | |
"kube_context": "arn:aws:eks:us-east-1:602481973527:cluster/eks-fmktpl-use1-hom" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment