summaryrefslogtreecommitdiffstats
path: root/kubernetes/aaf/charts/aaf-hello/values.yaml
diff options
context:
space:
mode:
authorinstrumental <jonathan.gathman@att.com>2019-07-26 23:36:54 +0000
committerJonathan Gathman <jonathan.gathman@att.com>2019-07-29 15:10:30 +0000
commitc0ec546a32fc0fb74cc49f9eb010faf83bb481e9 (patch)
tree4b3ad193842017d41fad41f9a99d272790bfe9b2 /kubernetes/aaf/charts/aaf-hello/values.yaml
parent1b442b06f95c3a5d0afa775b23a5e2bc4e00ccb8 (diff)
AAF 2.1.15 with AutoGen Certs and Config
Issue-ID: AAF-902 Change-Id: I7c998bf1f167ab5daf17c45a943025c841849108 Signed-off-by: instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'kubernetes/aaf/charts/aaf-hello/values.yaml')
-rw-r--r--kubernetes/aaf/charts/aaf-hello/values.yaml34
1 files changed, 25 insertions, 9 deletions
diff --git a/kubernetes/aaf/charts/aaf-hello/values.yaml b/kubernetes/aaf/charts/aaf-hello/values.yaml
index c3ed9e1a64..15b6039b59 100644
--- a/kubernetes/aaf/charts/aaf-hello/values.yaml
+++ b/kubernetes/aaf/charts/aaf-hello/values.yaml
@@ -24,7 +24,32 @@ flavor: small
# Application configuration defaults.
#################################################################
# application image
+service:
+ # You might want this in your own app. For AAF, we store in global
+ # replicas: 1
+ fqdn: "aaf-hello"
+ agentImage: onap/aaf/aaf_agent:2.1.15-SNAPSHOT
+ image: onap/aaf/aaf_hello:2.1.15-SNAPSHOT
+ app_ns: "org.osaaf.aaf"
+ fqi: "aaf@aaf.osaaf.org"
+ fqdn: "aaf-hello"
+ public_fqdn: "aaf.osaaf.org"
+ port: "8130"
+ public_port: "31116"
+ deploy_fqi: "deployer@people.osaaf.org"
+ cadi_latitude: "38.0"
+ cadi_longitude: "-72.0"
+persistence:
+ enabled: true
+ config:
+ #existingClaim:
+ # You will want "Reatan" in non-Hello Example.
+ volumeReclaimPolicy: Delete
+ accessMode: ReadWriteMany
+ size: 40M
+ storageClass: "manual"
+ mountPath: "/mnt/data/aaf/hello"
nodeSelector: {}
@@ -42,15 +67,6 @@ readiness:
initialDelaySeconds: 5
periodSeconds: 10
-service:
- name: aaf-hello
- type: ClusterIP
- portName: aaf-hello
- #targetPort
- internalPort: 8130
- #port
- externalPort: 8130
-
ingress:
enabled: false