2023-07-10 07:03:34 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
commonLabels:
|
|
|
|
app.kubernetes.io/name: test-coopgo-mobility-accounts
|
|
|
|
app.kubernetes.io/instance: test-coopgo-mobility-accounts
|
|
|
|
|
|
|
|
configMapGenerator:
|
|
|
|
- name: test-mobility-accounts-config
|
|
|
|
files:
|
|
|
|
- config.yaml
|
|
|
|
|
|
|
|
resources:
|
|
|
|
- deployment.yaml
|
|
|
|
- service.yaml
|
2024-04-04 06:35:14 +00:00
|
|
|
- sealed-mobility-account-secret.yaml
|
2024-04-05 12:35:07 +00:00
|
|
|
- docker-secret.yaml
|