34 lines
751 B
YAML
34 lines
751 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
|
||
|
namespace: homepage
|
||
|
|
||
|
images:
|
||
|
- name: homepage
|
||
|
newName: ghcr.io/gethomepage/homepage
|
||
|
newTag: "v0.7.4"
|
||
|
- name: oauth2-proxy
|
||
|
newName: quay.io/oauth2-proxy/oauth2-proxy
|
||
|
newTag: v7.5.1
|
||
|
|
||
|
commonLabels:
|
||
|
app.kubernetes.io/instance: icb4dc0de
|
||
|
app.kubernetes.io/managed-by: kustomize
|
||
|
|
||
|
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"
|