Commit b8e251d3 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Setup prometheus url properly

parent 7611cdce
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3,7 +3,7 @@ apiVersion: v1
kind: ServiceAccount
kind: ServiceAccount
metadata:
metadata:
  name: {{ include "skooner.serviceAccountName" . }}
  name: {{ include "skooner.serviceAccountName" . }}
  namepsace: {{ .Release.Namespace }}
  namespace: {{ .Release.Namespace }}
  labels:
  labels:
    {{- include "skooner.labels" . | nindent 4 }}
    {{- include "skooner.labels" . | nindent 4 }}
  {{- with .Values.serviceAccount.annotations }}
  {{- with .Values.serviceAccount.annotations }}
+1 −1
Original line number Original line Diff line number Diff line
@@ -71,7 +71,7 @@ export CAPIF_DOCKER_REGISTRY="labs.etsi.org:5050/ocf/capif/prod"
### Tag to be used
### Tag to be used
export CAPIF_IMAGE_TAG="v1.0.0-release"
export CAPIF_IMAGE_TAG="v1.0.0-release"
## Prometheus url, usually internal k8s hostname (if capif will be deployed on same k8s cluster) with port 9090
## Prometheus url, usually internal k8s hostname (if capif will be deployed on same k8s cluster) with port 9090
export PROMETHEUS_URL="http://$MONITORING_SERVICE_NAME.$MONITORING_NAMESPACE.svc.cluster.local:9090"
export PROMETHEUS_URL="http://$MONITORING_SERVICE_NAME-prometheus.$MONITORING_NAMESPACE.svc.cluster.local:9090"
## vault capif configuration
## vault capif configuration
export VAULT_INTERNAL_HOSTNAME="$VAULT_SERVICE_NAME.$VAULT_NAMESPACE.svc.cluster.local"
export VAULT_INTERNAL_HOSTNAME="$VAULT_SERVICE_NAME.$VAULT_NAMESPACE.svc.cluster.local"
export VAULT_PORT="8200"
export VAULT_PORT="8200"