Move https protocol to public-oidc template

Since any OIDC redirects will need to ensure https, move their common patch to a
template layer.
This commit is contained in:
JLP 2025-01-31 09:23:38 -05:00
parent af28ded138
commit 633af9f360
No known key found for this signature in database
GPG key ID: 414E00D1FF7519DC
4 changed files with 13 additions and 10 deletions

View file

@ -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

View file

@ -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

View file

@ -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