* add docs and manifests for k8s install Signed-off-by: sallyom <somalley@redhat.com> * changelog Signed-off-by: sallyom <somalley@redhat.com> --------- Signed-off-by: sallyom <somalley@redhat.com>
8 lines
144 B
YAML
8 lines
144 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- pvc.yaml
|
|
- configmap.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|