diff --git a/kustomize/public-oidc/kustomization.yaml b/kustomize/public-oidc/kustomization.yaml new file mode 100644 index 0000000..a479db5 --- /dev/null +++ b/kustomize/public-oidc/kustomization.yaml @@ -0,0 +1,11 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +resources: + - ../deployment/ + +patches: + - path: patches/httproute-http.yaml + target: + kind: HTTPRoute + name: http diff --git a/namespaces/apps/mealie/patches/httproute-http.yaml b/kustomize/public-oidc/patches/httproute-http.yaml similarity index 100% rename from namespaces/apps/mealie/patches/httproute-http.yaml rename to kustomize/public-oidc/patches/httproute-http.yaml diff --git a/namespaces/apps/linkwarden/kustomization.yaml b/namespaces/apps/linkwarden/kustomization.yaml index 6068652..2cee23c 100644 --- a/namespaces/apps/linkwarden/kustomization.yaml +++ b/namespaces/apps/linkwarden/kustomization.yaml @@ -12,7 +12,7 @@ transformers: namePrefix: linkwarden- resources: - - ../../../kustomize/deployment/ + - ../../../kustomize/public-oidc/ replacements: - source: @@ -72,10 +72,6 @@ patches: - path: patches/pvc.yaml target: kind: PersistentVolumeClaim - - path: patches/httproute-http.yaml - target: - kind: HTTPRoute - name: http labels: - includeSelectors: true diff --git a/namespaces/apps/mealie/kustomization.yaml b/namespaces/apps/mealie/kustomization.yaml index 0f84ea5..8487aa2 100644 --- a/namespaces/apps/mealie/kustomization.yaml +++ b/namespaces/apps/mealie/kustomization.yaml @@ -12,7 +12,7 @@ transformers: namePrefix: mealie- resources: - - ../../../kustomize/deployment/ + - ../../../kustomize/public-oidc/ replacements: - source: @@ -69,10 +69,6 @@ patches: - path: patches/deployment.yaml target: kind: Deployment - - path: patches/httproute-http.yaml - target: - kind: HTTPRoute - name: http labels: - includeSelectors: true