diff options
author | 2020-01-15 15:30:30 +0000 | |
---|---|---|
committer | 2020-01-15 15:30:30 +0000 | |
commit | 3a8cff593c057e7f1dbb5b94657cf71277776e5b (patch) | |
tree | 1805f201323dc74a5bfccd68ebee8fbf2482bc57 /kubernetes/appc/charts/appc-cdt/templates/ingress.yaml | |
parent | 60b0030d5b4ce786dc9aacac440277adf163a569 (diff) | |
parent | 684487d6de4e05547e1fc2a7f803cbd27ba3c32d (diff) |
Merge "Add ingress controler support to APPC"
Diffstat (limited to 'kubernetes/appc/charts/appc-cdt/templates/ingress.yaml')
-rw-r--r-- | kubernetes/appc/charts/appc-cdt/templates/ingress.yaml | 1 |
1 files changed, 1 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" . }} |