first commit
This commit is contained in:
13
kustomize/environments/production/env.yaml
Normal file
13
kustomize/environments/production/env.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: example-deploy
|
||||
namespace: example
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: example-app
|
||||
env:
|
||||
- name: ENVIRONMENT
|
||||
value: Production
|
||||
Reference in New Issue
Block a user