Kong as Ingress Controller
[it/dep.git] / ric-common / Common-Template / helm / nonrtric-common / templates / _nonrtricgateway.tpl
index 0d1435f..d14e540 100644 (file)
@@ -22,3 +22,7 @@
   {{- $name := ( include "common.name.nonrtricgateway" . ) -}}
   {{- printf "container-%s" $name | trunc 63 | trimSuffix "-" -}}
 {{- end -}}
+
+{{- define "common.ingressClassName" -}}
+  {{- printf "kong" -}}
+{{- end -}}