21 lines
332 B
YAML
21 lines
332 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
|
|
namespace: affine
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
- postgres.yaml
|
|
- pvc.yaml
|
|
- postgres-credentials.secret.yaml
|
|
|
|
|
|
images:
|
|
- name: affine
|
|
newName: ghcr.io/toeverything/affine-graphql
|
|
newTag: stable
|