elura-cli 0.2.6

Project scaffold generator for Elura applications
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: elura
resources:
  - namespace.yaml
  - discovery-config.yaml
  - gateway.yaml
  - world.yaml
  - network-policy.yaml

# Replace this with the upper project's image containing its business modules.
images:
  - name: elura-game
    newName: elura-game
    newTag: dev