Add Ingress path type option (#1)

* make ingress_path_type an option

* add to spec
This commit is contained in:
Sean Davis
2021-10-04 10:31:56 -05:00
committed by GitHub
parent 9e9457cf99
commit b1dcf16fc8
4 changed files with 6 additions and 1 deletions

View File

@@ -89,6 +89,9 @@ spec:
ingress_path:
description: The ingress path used to reach the deployed service
type: string
ingress_path_type:
description: The ingress path type for the deployed service
type: string
ingress_annotations:
description: Annotations to add to the Ingress Controller
type: string