10 lines
210 B
YAML
10 lines
210 B
YAML
|
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
||
|
|
||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
|
||
|
resources:
|
||
|
- deployment.yaml
|
||
|
- service.yaml
|
||
|
namespace: game
|