Skip to content

glerchundi/kube2nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$> cat <<EOF | base64
{
    "items": [{
        "spec": {
            "rules": [{
                "host": "test.mydomain.org",
                "http": {
                    "paths": [{
                        "path": "/",
                        "backend": {
                            "serviceName": "test-service",
                            "servicePort": 8080
                        }
                    }]
                }
            }]
        }
    }]
}
EOF