-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added onos-e2t chart #81
Conversation
ports: | ||
- name: sctp | ||
containerPort: {{.Values.sctp.port}} | ||
startupProbe: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
release: "{{ .Release.Name }}" | ||
heritage: "{{ .Release.Service }}" | ||
data: | ||
logging.yaml: |- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to have access to an Atomix database in this service, right? For that, we'll want to add an onos.yaml
configuration as well, e.g.:
https://github.com/onosproject/sdran-helm-charts/blob/master/onos-ric/templates/configmap.yaml#L15
I guess it's not needed yet, but should we add it now or later?
service: | ||
# TODO: External NodePort service should be disabled by default | ||
external: | ||
nodePort: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this valid YAML?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep - empty object
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Just need to decide whether we want to add a store configuration in the initial codes or not.
I'd rather wait for the store configuration until we need it |
Fair enough. |
No description provided.