...
Code Block |
---|
# we can set pull policy for every image under the global key global: pullPolicy: IfNotPresent cps: # enable certain services under their respective keys (here we enable CPS etc.) enabled: true cps-temporal: enabled: false cps-core: config: # under the additional section we can affect certain configurations of the Spring Boot application (new prefix for the REST endpoints) additional: rest: api: cps-base-path: /kiscica postgres: config: pgUserExternalSecret: '{{ .Release.Name }}-postgres-{{ include "common.postgres.secret.userCredentialsUID" . }}' postgres-init: config: # add external secrets to the deployments pgUserExternalSecret: '{{ .Release.Name }}-postgres-{{ include "common.postgres.secret.userCredentialsUID" . }}' sdnc: enabled: false strimzi: enabled: true # set the running number of replicas replicaCount: 1 |
Compile onap chart
Pnf-simulator
...
Open pnf-simulator's directory in your terminal. Compile and upload must be run once for each cluster.
...
Code Block | ||
---|---|---|
| ||
helm uninstall pnfsim --namespace <your-namespace> |
Troubleshooting
helm repository unreachable on xerces
restart charmuseum on xerces as root:
Code Block | ||
---|---|---|
| ||
chartmuseum --storage local --storage-local-rootdir /root/helm3-storage -port 8879 & |