RSS reader added

This commit is contained in:
2023-11-22 15:42:28 +01:00
parent 3b5f8da2bf
commit 8e478225b3
8 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: rss
resources:
- namespace.yaml
- pvc.yaml
- deployment.yaml
- service.yaml
- ingress.yaml