X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fhelm%2Faaf-hello%2Fvalues.yaml;h=a4fd23c4c0e5c8ac72c5704f598000d2f51089c0;hb=be7e0d14765b8fb1520c457ab99ddedf0f7ab65e;hp=d5fa747653d8990f18a936775f1edbcf8ed9f5ff;hpb=08755cae37030d74d8fcadf38f9919c9d9fd21c0;p=aaf%2Fauthz.git diff --git a/auth/helm/aaf-hello/values.yaml b/auth/helm/aaf-hello/values.yaml index d5fa7476..a4fd23c4 100644 --- a/auth/helm/aaf-hello/values.yaml +++ b/auth/helm/aaf-hello/values.yaml @@ -23,32 +23,24 @@ # Declare variables to be passed into your templates. global: - persistence: - enabled: true common: namespace: "onap" replicas: hello: 1 -ingress: - enabled: false - cadi: - hostname: "aaf.onap" + fqdn: "aaf-hello" + port: 8130 + public_fqdn: "aaf.osaaf.org" + public_port: 30086 + fqi: "aaf@aaf.osaaf.org" + app_ns: "org.osaaf.aaf" cadi_latitude: "38.0" cadi_longitude: "-72.0" aaf_env: "DEV" -persistence: - # Note: Minikube will persist to /data on your host machine - mountPath: "/data/aaf" - hello: - volumeReclaimPolicy: Retain - accessMode: ReadWriteOnce - size: 1Gi - mountSubPath: "config" - storageClass: "manual" +persistence: {} image: # When using locally built Docker Container, set Repository to ""