X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fhelm%2Fosm%2Fvalues.yaml;h=1575136bf2e16df2c6c6c949f167b4315f44b48a;hb=027f8ee24f2293c0ae049ecccf31be000da72e85;hp=5bfc94ef90d0490f0dc277bfb92edf2b5fa6e44d;hpb=e6d458836e661204cbe652e24404184a3dc49421;p=osm%2Fdevops.git diff --git a/installers/helm/osm/values.yaml b/installers/helm/osm/values.yaml index 5bfc94ef..1575136b 100644 --- a/installers/helm/osm/values.yaml +++ b/installers/helm/osm/values.yaml @@ -21,7 +21,8 @@ global: replicaCount: 1 logLevel: INFO - + # hostname to be used for the ingress objects + hostname: ~ image: repositoryBase: docker.io/opensourcemano pullPolicy: IfNotPresent @@ -68,16 +69,26 @@ global: airflow: enabled: true +alertmanager: + enabled: true + ingress: {} + # host: alertmanager..nip.io + certauth: enabled: true grafana: enabled: true fullnameOverride: "grafana" - service: - type: NodePort - nodePort: 3000 - port: 3000 + # service: + # type: NodePort + # nodePort: 3000 + # port: 3000 + ingress: + enabled: true + ingressClassName: nginx + # hosts: + # - grafana..nip.io extraVolumes: - emptyDir: {} name: sc-dashboard-volume-k8s @@ -218,11 +229,13 @@ mysql: nbi: enabled: true + ingress: {} + # host: nbi..nip.io logLevel: DEBUG - service: - type: NodePort - port: 9999 - nodePort: 9999 + service: {} + # type: NodePort + # port: 9999 + # nodePort: 9999 image: {} # repository: opensourcemano/nbi # tag: "testing-daily" @@ -232,10 +245,12 @@ nbi: ngui: enabled: true - service: - type: NodePort - port: 80 - nodePort: 80 + service: {} + # type: NodePort + # port: 80 + # nodePort: 80 + ingress: {} + # host: .nip.io image: {} # repository: opensourcemano/ng-ui # tag: "testing-daily" @@ -279,8 +294,13 @@ prometheus: fullnameOverride: "prometheus" service: servicePort: 9090 - type: NodePort - nodePort: 9091 + # type: NodePort + # nodePort: 9091 + ingress: + enabled: true + ingressClassName: nginx + # hosts: + # - prometheus..nip.io sidecarContainers: prometheus-config-sidecar: securityContext: @@ -427,13 +447,23 @@ prometheus: static_configs: - targets: ['prometheus-node-exporter:9100'] alertmanager: + enabled: true fullnameOverride: "alertmanager" extraArgs: log.level: debug - service: - type: NodePort - nodePort: 9093 - port: 9093 + # service: + # type: NodePort + # nodePort: 9093 + # port: 9093 + # ingress: + # enabled: True + # className: nginx + # hosts: + # - host: localhost + # paths: + # - path: / + # pathType: ImplementationSpecific + # tls: [] config: receivers: - name: default-receiver @@ -494,11 +524,14 @@ vca: webhookTranslator: enabled: true - service: - type: NodePort - nodePort: 9998 - port: 9998 + # replicaCount: 1 image: {} # repository: opensourcemano/webhook # tag: "testing-daily" + ingress: {} + # host: webhook..nip.io # replicaCount: 1 + service: {} + # type: NodePort + # nodePort: 9998 + # port: 9998