You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

service:
name: cassandra
type: NodePort
headless:
suffix: ""
annotations:
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
publishNotReadyAddresses: true
headlessPorts:
- name: tcp-intra
port: 7000
- name: tls
port: 7001
- name: tcp-jmx
port: 7199
- name: tcp-cql
port: 9042
- name: tcp-thrift
port: 9160
- name: tcp-agent
port: 61621
ports:
- name: tcp-main
port: 6666
nodePort: 66

Agenda

  • Pomba / CLI /  holmes / sniro removal from all.yaml? as they are not part of the release
  • Smarter choose of Pods (example DCAE SDC pods only if DCAE is enabled)
  • HTTPs only services, proposition to change the template.
    • Today services parts in values.yaml is done this way:
    • service:
         name: cassandra
         type: NodePort
         headless:
           suffix: ""
           annotations:
             service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
           publishNotReadyAddresses: true
         headlessPorts:
           - name: tcp-intra
              port: 7000
           - name: tls
              port: 7001
           - name: tcp-jmx
              port: 7199
           - name: tcp-cql
              port: 9042
           - name: tcp-thrift
              port: 9160
           - name: tcp-agent
              port: 61621
          ports:
           - name: http-main
              port: 6666
              nodePort: 66

  • No labels