Firebird/GettingStarted: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
Line 93: Line 93:
     --from-file=oci_api_key.pem=secrets/oci_api_key.pem
     --from-file=oci_api_key.pem=secrets/oci_api_key.pem
</nowiki></pre>
</nowiki></pre>
secrets/app_config.json
<pre><nowiki>
{
    "zookeeper": {
        "hosts": "zookeeper:2181"
    },
    "rabbitmq": {
        "username": "stonezhong",
        "password": "changeme",
        "host": "rabbitmq",
        "port": 5672,
        "heartbeat": 300
    },
    "mysql": {
        "db_name": "firebird",
        "username": "stonezhong",
        "password": "foobar",
        "server": "10.2.0.29"
    }
}
</nowiki></pre>
* <code>secrets/kube_config</code>: this is your kubernete config file, usually you can copy it from ~/.kube/config from machine which you run kubectl
</div>
</div>
</div>
</div>

Revision as of 08:57, 15 September 2023

Firebird

Setup Firebird Kubernete Cluster

Deployment Sample Streaming Application