mirror of
https://github.com/pawelmalak/flame.git
synced 2024-12-19 08:02:16 +03:00
10 lines
183 B
YAML
10 lines
183 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
namespace: flame-dev
|
||
|
resources:
|
||
|
- namespace.yaml
|
||
|
- deployment.yaml
|
||
|
- service.yaml
|
||
|
- ingress.yaml
|
||
|
- rbac.yaml
|