24 lines
481 B
YAML
24 lines
481 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
|
||
|
namespace: vaultwarden
|
||
|
|
||
|
commonLabels:
|
||
|
app.kubernetes.io/instance: icb4dc0de
|
||
|
app.kubernetes.io/managed-by: kustomize
|
||
|
|
||
|
images:
|
||
|
- name: vaultwarden
|
||
|
newName: ghcr.io/dani-garcia/vaultwarden
|
||
|
newTag: "1.30.0"
|
||
|
|
||
|
resources:
|
||
|
- "resources/namespace.yaml"
|
||
|
- "resources/pvc.yaml"
|
||
|
- "resources/deployment.yaml"
|
||
|
- "resources/service.yaml"
|
||
|
- "resources/ingress.yaml"
|
||
|
|
||
|
|
||
|
generators:
|
||
|
- ./secret-generator.yaml
|