2023-11-14 21:12:33 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
namespace: homepage
|
|
|
|
|
|
|
|
images:
|
|
|
|
- name: homepage
|
|
|
|
newName: ghcr.io/gethomepage/homepage
|
2024-02-14 20:45:58 +00:00
|
|
|
newTag: "v0.8.8"
|
2023-11-14 21:12:33 +00:00
|
|
|
- name: oauth2-proxy
|
|
|
|
newName: quay.io/oauth2-proxy/oauth2-proxy
|
2024-02-14 20:45:58 +00:00
|
|
|
newTag: v7.6.0
|
2023-11-14 21:12:33 +00:00
|
|
|
|
2023-12-21 13:56:26 +00:00
|
|
|
labels:
|
|
|
|
- includeSelectors: true
|
|
|
|
pairs:
|
|
|
|
app.kubernetes.io/instance: icb4dc0de
|
|
|
|
app.kubernetes.io/managed-by: kustomize
|
2023-11-14 21:12:33 +00:00
|
|
|
|
|
|
|
resources:
|
|
|
|
- "resources/namespace.yaml"
|
|
|
|
- "resources/sa.yaml"
|
|
|
|
- "resources/sa_secret.yaml"
|
|
|
|
- "resources/cluster_role.yaml"
|
|
|
|
- "resources/cluster_role_binding.yaml"
|
|
|
|
- "resources/deployment.yaml"
|
|
|
|
- "resources/service.yaml"
|
|
|
|
- "resources/ingress.yaml"
|
|
|
|
|
|
|
|
generators:
|
|
|
|
- ./secret-generator.yaml
|
|
|
|
|
|
|
|
secretGenerator:
|
|
|
|
- name: oauth2-proxy-base-config
|
|
|
|
envs:
|
|
|
|
- "config/oauth2-proxy.env"
|