summaryrefslogtreecommitdiffstats
path: root/kubernetes/appc/charts/appc-cdt
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/appc/charts/appc-cdt')
-rw-r--r--kubernetes/appc/charts/appc-cdt/templates/ingress.yaml1
-rw-r--r--kubernetes/appc/charts/appc-cdt/values.yaml6
2 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes/appc/charts/appc-cdt/templates/ingress.yaml b/kubernetes/appc/charts/appc-cdt/templates/ingress.yaml
new file mode 100644
index 0000000000..8f87c68f1e
--- /dev/null
+++ b/kubernetes/appc/charts/appc-cdt/templates/ingress.yaml
@@ -0,0 +1 @@
+{{ include "common.ingress" . }}
diff --git a/kubernetes/appc/charts/appc-cdt/values.yaml b/kubernetes/appc/charts/appc-cdt/values.yaml
index 6c138fad87..2fd2fb5f52 100644
--- a/kubernetes/appc/charts/appc-cdt/values.yaml
+++ b/kubernetes/appc/charts/appc-cdt/values.yaml
@@ -60,6 +60,12 @@ service:
ingress:
enabled: false
+ service:
+ - baseaddr: appccdt
+ name: "appc-cdt"
+ port: 18080
+ config:
+ ssl: "none"
# Configure resource requests and limits
# ref: http://kubernetes.io/docs/user-guide/compute-resources/