diff --git a/helm/extopy/values.yaml b/helm/extopy/values.yaml index 05eede2..795a66c 100644 --- a/helm/extopy/values.yaml +++ b/helm/extopy/values.yaml @@ -58,15 +58,25 @@ ingress: paths: - path: / pathType: ImplementationSpecific + - host: "*.extopy.com" + paths: + - path: / + pathType: ImplementationSpecific - host: extopy.dev paths: - path: / pathType: ImplementationSpecific + - host: "*.extopy.dev" + paths: + - path: / + pathType: ImplementationSpecific tls: - secretName: extopy-tls hosts: - extopy.com + - "*.extopy.com" - extopy.dev + - "*.extopy.dev" resources: { } # We usually recommend not to specify default resources and to leave this as a conscious