Skip to content

Instantly share code, notes, and snippets.

@shinji62
Created February 1, 2024 05:00
Show Gist options
  • Save shinji62/da96e4627b341c1b0c64e47f9390ada2 to your computer and use it in GitHub Desktop.
Save shinji62/da96e4627b341c1b0c64e47f9390ada2 to your computer and use it in GitHub Desktop.
K8S-override-skupper
statefulSetAnnotations:
skupper.io/proxy: "tcp"
skupper.io/headless: "true"
Services:
- name: "yb-masters"
label: "yb-master"
skipHealthChecks: false
memory_limit_to_ram_ratio: 0.85
ports:
http-ui: "7000"
tcp-rpc-port: "7100"
- name: "yb-tservers"
label: "yb-tserver"
skipHealthChecks: false
ports:
http-ui: "9000"
tcp-rpc-port: "9100"
tcp-yql-port: "9042"
tcp-yedis-port: "6379"
tcp-ysql-port: "5433"
http-ycql-met: "12000"
http-yedis-met: "11000"
http-ysql-met: "13000"
rpc-ybc-port: "18018"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment